Search Header Logo
Quizizz Python Lesson 1

Quizizz Python Lesson 1

Assessment

Presentation

Computers

11th Grade

Easy

Created by

永進 顏

Used 1+ times

FREE Resource

0 Slides • 5 Questions

1

Multiple Choice

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

1

print

2

write

3

msg

4

input

2

Multiple Choice

Pick the Python command used to make the user type in some data (input the data)

1

get

2

input

3

int

4

float

3

Multiple Choice

What symbol is used in python to assign values to a variable?
1

equals =

2

plus + 

3

forward slash /

4

asterisk *

4

Multiple Choice

What will be the output?

name = "Dave"

print (name)

1

Dave

2

'Dave'

3

name

4

(name)

5

Multiple Choice

print("12"*3)
What would this print?
1

36

2

121212

3

24

4

12*3

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

1

print

2

write

3

msg

4

input

Show answer

Auto Play

Slide 1 / 5

MULTIPLE CHOICE