Python outputs

Python outputs

7th - 11th Grade

20 Qs

quiz-placeholder

Similar activities

Introduction to Python

Introduction to Python

8th - 9th Grade

17 Qs

Python Programming

Python Programming

8th - 9th Grade

17 Qs

Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

9th Grade

16 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Programming 8.1

Programming 8.1

9th Grade

20 Qs

Python Review KS3

Python Review KS3

9th - 12th Grade

17 Qs

Python outputs

Python outputs

Assessment

Quiz

Computers

7th - 11th Grade

Hard

CCSS
L.2.2C

Standards-aligned

Created by

Paul Hughes

Used 4K+ times

FREE Resource

20 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!)

Tags

CCSS.L.2.2C

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?