Python Review

Python Review

Assessment

Flashcard

Computers

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

48 questions

Show all answers

1.

FLASHCARD QUESTION

Front

How do you write a print statement to print the following string: 'Hello World'?

Back

print('Hello World')

2.

FLASHCARD QUESTION

Front

How do you write a print statement with a variable called myName?

Back

print(myName)

3.

FLASHCARD QUESTION

Front

How would you write an input statement that sets a variable as the users input?

Back

variable = input("Enter a value: ")

4.

FLASHCARD QUESTION

Front

Will this add the number?

Back

No

5.

FLASHCARD QUESTION

Front

What types of things can a variable be set to? Boolean, String, Number, All of the above

Back

All of the above

6.

FLASHCARD QUESTION

Front

This will give me an error

Back

True

7.

FLASHCARD QUESTION

Front

What is a variable?

Back

A box(memory location) where you store values.

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?