Python KS3

Python KS3

8th Grade

17 Qs

quiz-placeholder

Similar activities

Knowledge and Skills: Python

Knowledge and Skills: Python

8th - 9th Grade

17 Qs

Python Coding Language

Python Coding Language

8th - 9th Grade

17 Qs

Computer Science Python

Computer Science Python

8th - 9th Grade

17 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python Lesson 3

Python Lesson 3

8th - 11th Grade

18 Qs

Python Intro

Python Intro

8th - 9th Grade

17 Qs

Python KS3

Python KS3

Assessment

Quiz

Computers

8th Grade

Hard

CCSS
L.2.2C

Standards-aligned

Used 2K+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why do we learn Python?

It's a really big snake

It's the name of a very funny comedy show

It's simple and easy to learn

It's so rare that no one else knows it

2.

MULTIPLE CHOICE QUESTION

20 sec • 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

20 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print("12"*3)
What would this print?
36
121212
24
12*3

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("Hello world!")
NameError
Hello world!
"Hello world"
Print(Hello world!)

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the output be from the following code?
print("Hello" + "world" + "today")
Helloworldtoday
Hello world today
"Hello" "world" "today"
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?