Python basic commands

Python basic commands

8th Grade

20 Qs

quiz-placeholder

Similar activities

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

Intro to Python

Intro to Python

6th - 8th Grade

20 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Python KS3

Python KS3

6th - 9th Grade

17 Qs

Python Review Quiz

Python Review Quiz

7th - 9th Grade

20 Qs

Python basics

Python basics

2nd - 9th Grade

20 Qs

ASK T2 - Kod Arahan (Python)

ASK T2 - Kod Arahan (Python)

7th Grade - University

20 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python basic commands

Python basic commands

Assessment

Quiz

Computers

8th Grade

Hard

CCSS
L.2.2C

Standards-aligned

Used 644+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a command to have a message appear on the screen?

print

write

msg

input

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pick the Python command used to let the user type in some data

get

input

int

float

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a Python command word used to indicate we want to work with WHOLE numbers

input

int

float

print

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a Python command word used to indicate we want to work with DECIMAL numbers

input

int

float

print

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a Python command word used to indicate we want to set up a fixed loop

while

print

next

for

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will print the numbers 5,7,9,11,13 in a column

for counter in range(13):

print(counter)

for counter in range(5,13,2):

print(counter)

for counter in range(5,13):

print(counter)

for counter in range(5,14,2):

print(counter)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a Python command word used to indicate we want to set up a conditional statement

if

when

while

for

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?