Python Fill in the Blank

Python Fill in the Blank

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

AP CSA Unit 1 & 2 Review

AP CSA Unit 1 & 2 Review

9th - 12th Grade

10 Qs

python A

python A

10th Grade

13 Qs

Basic Python Starter PK 1

Basic Python Starter PK 1

9th Grade

10 Qs

CỦNG CỐ KIẾN THỨC LỆNH VÀO RA TRONG PYTHON

CỦNG CỐ KIẾN THỨC LỆNH VÀO RA TRONG PYTHON

10th Grade

10 Qs

Data Types in Python

Data Types in Python

9th - 12th Grade

10 Qs

python

python

9th - 12th Grade

10 Qs

PythonTest

PythonTest

6th Grade - Professional Development

11 Qs

Python тілінде программалау

Python тілінде программалау

1st - 10th Grade

10 Qs

Python Fill in the Blank

Python Fill in the Blank

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Ryan Winton

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

speed = ____input("What speed are you going?"))

str(

int(

int"

str"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

name = __

(Empty variable that stores a name.)

""

"John"

0.0

Leave it blank

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if score >= 10_

:

(

{

;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("Your name is " _ name)

+

&

-

*

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("Your score is " + ___(score))

str

int

string

integer

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

temperature = ___

(Empty variable that stores a decimal number.)

0

" "

0.0

Leave it blank

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

temperature = _____(input("What temperature is it outside?"))

int

float

integer

print

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print__You have been fined £100__

(( ))

(" ")

" "

( )