Level 3 - Python Quiz 1

Level 3 - Python Quiz 1

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

python_1

python_1

5th - 12th Grade

22 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python Lists and Strings

Python Lists and Strings

9th Grade

20 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python while loops

Python while loops

8th - 9th Grade

20 Qs

Algoritma Fungsi Phyton

Algoritma Fungsi Phyton

10th Grade

20 Qs

Python WJEC KS4

Python WJEC KS4

10th Grade

20 Qs

Level 3 - Python Quiz 1

Level 3 - Python Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Samuel Markham

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an example of an int type in Python?

5
3.14
True
hello

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an example of a str type in Python?

hello world
3.14
True
12345

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an example of a Boolean in Python?

TRUE or FALSE

1 or 0
True or False

true or flase

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the built in Python function to allow a user input in Python?

get_input()
user_input()
input()
read_input()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default data type for a user input in Python?

integer
string
boolean
float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the operator to check if two values are equal?

!=
>
<
==

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would this code output in Python?
var = 2

print(var == 2)

True
Error
False
None

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?