Python Basics 201

Python Basics 201

University

50 Qs

quiz-placeholder

Similar activities

Simulado_Python_ADS

Simulado_Python_ADS

University

52 Qs

IP MIDTERM

IP MIDTERM

University

45 Qs

codinggss

codinggss

University

50 Qs

P1 INTRO TO COMP 1-6

P1 INTRO TO COMP 1-6

University

51 Qs

LATIHAN SOAL

LATIHAN SOAL

10th Grade - University

50 Qs

DFH Class XII

DFH Class XII

12th Grade - Professional Development

46 Qs

UTS Algoritma dan Struktur Data

UTS Algoritma dan Struktur Data

University

50 Qs

Python Quiz

Python Quiz

University

50 Qs

Python Basics 201

Python Basics 201

Assessment

Quiz

Computers

University

Medium

Created by

Rion Daneal

Used 6+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What function is used to take user input in Python?
input()
get()
read()
user()

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will the following code output? print(type(5.2))
int
float
str
bool

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result of the expression 3 + 4.5?
7
7.5
34.5
3.4

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is a valid way to convert the string "42" to an integer?
int("42")
str(42)
float("42")
"42".toInt()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does my_string[2:5] represent in Python?
Characters from 2nd to 5th
Characters from 2nd to 4th
Characters from 3rd to 6th
Characters from 3rd to 5th

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result of the expression 7 / 2 in Python?
3.5
3
4
3

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which operator is used for exponentiation (raise to power) in Python?

^
**
//
%

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?