Python Basics 201

Python Basics 201

University

50 Qs

quiz-placeholder

Similar activities

1-50

1-50

University

50 Qs

Python Quiz

Python Quiz

University

51 Qs

Python w Section

Python w Section

University

47 Qs

DS212_MT

DS212_MT

University

48 Qs

Java Exception Handling and String Handling

Java Exception Handling and String Handling

University

49 Qs

WTN Collections Java

WTN Collections Java

University

54 Qs

Python Programming

Python Programming

University

48 Qs

Revision Attainment 4 (Grade 9M1)

Revision Attainment 4 (Grade 9M1)

9th Grade - University

45 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?