9/18 Python Print Statement and vocabulary

9/18 Python Print Statement and vocabulary

Assessment

Flashcard

Computers

6th - 10th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

3 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print(Hello world!)

Back

SyntaxError

2.

FLASHCARD QUESTION

Front

Which statement prints I am 10 years old? Options: Pint("I am 10 years old.") , print('I am 10 years old.) , print('')I am 10 years old. , print("I am 10 years old.")

Back

print("I am 10 years old.")

3.

FLASHCARD QUESTION

Front

What is the Escape Character?

Back

\