Python Module 1 Flashcard

Python Module 1 Flashcard

Assessment

Flashcard

Physics

12th Grade

Hard

Created by

Basim Mb

FREE Resource

Student preview

quiz-placeholder

50 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

What will the output be from the following code?
print "Hello world!"
Options: SyntaxError, Hello world!, "Hello world!", print(Hello world!)

Back

SyntaxError

3.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print(3+4)

Back

7

4.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print("3+4")

Back

3+4

5.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print ( 3*4)

Back

12

6.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print(3*4+5)

Back

17

7.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print("3*4+5")

Back

3*4+5

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?