Python Review

Python Review

9th - 12th Grade

60 Qs

quiz-placeholder

Similar activities

Looping in Python

Looping in Python

9th - 12th Grade

55 Qs

Python basic

Python basic

8th - 9th Grade

59 Qs

Python Year 7 Assessment

Python Year 7 Assessment

7th - 9th Grade

55 Qs

Python Mix Quiz

Python Mix Quiz

11th Grade

64 Qs

AI Midterm

AI Midterm

9th - 12th Grade

63 Qs

Week 11: Lists, Loops & "Failure"!

Week 11: Lists, Loops & "Failure"!

9th - 12th Grade

58 Qs

python concepts class 11

python concepts class 11

11th - 12th Grade

60 Qs

Python Basic Loops

Python Basic Loops

9th - 12th Grade

55 Qs

Python Review

Python Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

Jessica Horning

Used 22+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
Print("Hello world!")
NameError
Hello world!
"Hello world"
Print(Hello world!)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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?