Basic Python Quiz

Basic Python Quiz

9th Grade

14 Qs

quiz-placeholder

Similar activities

Intro to Python

Intro to Python

8th - 9th Grade

17 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

Python Programming

Python Programming

5th Grade - University

15 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Python - If Else...

Python - If Else...

9th Grade

19 Qs

Python

Python

7th - 9th Grade

12 Qs

Python End of Topic Quiz

Python End of Topic Quiz

8th Grade - University

15 Qs

Python Conditionals

Python Conditionals

9th - 11th Grade

17 Qs

Basic Python Quiz

Basic Python Quiz

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Jamaica Capuyan

Used 4+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store whole numbers in Python?

float

string

boolean

integer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store decimal numbers in Python?

boolean

string

integer

float

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to display output in Python?

output

input

print

display

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to take input from the user in Python?

read

scan

input

get

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax to check if two values are equal in Python?

==

=

is

===

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax to check if two values are not equal in Python?

!==

!=

==

<>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax to check if a value is greater than or equal to another value 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?