Python Inputs

Python Inputs

Assessment

Flashcard

Computers

7th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the word (command) used to display numbers and text on the screen?

Back

print

2.

FLASHCARD QUESTION

Front

What can be used to store information and values so that it can be used later?

Back

Variable

3.

FLASHCARD QUESTION

Front

What will be the output?
name = 'Dave'
print (name)

Back

Dave

4.

FLASHCARD QUESTION

Front

What would print (10 + 16) produce?

Back

26

5.

FLASHCARD QUESTION

Front

What is a input?

Back

A function that allows us to ask the user to enter some data.

6.

FLASHCARD QUESTION

Front

What will be displayed if the user types in "Bob"?

Back

Your name is Bob

7.

FLASHCARD QUESTION

Front

What, if anything, is wrong with the following?
input("Type your password: ")

Back

There is no variable

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?