Python - The Basics

Python - The Basics

9th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

Python year 9

Python year 9

8th - 11th Grade

20 Qs

Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

9th Grade

16 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python - If Else...

Python - If Else...

9th Grade

19 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python output based questions

Python output based questions

10th - 11th Grade

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python - The Basics

Python - The Basics

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Patrick Bryar

Used 4+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python command is used to output information to the screen?
read
output
print
display

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

30 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

30 sec • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Predict the output from the following code:

print("3*4+5")

SyntaxErrror

17

3*4+5

12

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?