Python

Python

7th - 8th Grade

12 Qs

quiz-placeholder

Similar activities

Python Strings

Python Strings

8th - 12th Grade

14 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python

Python

7th - 8th Grade

13 Qs

Python - Y8 lesson 1

Python - Y8 lesson 1

8th Grade

12 Qs

Python Revision

Python Revision

8th Grade

15 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python - Week 1

Python - Week 1

8th - 10th Grade

10 Qs

Python Introduction Simple

Python Introduction Simple

8th - 9th Grade

17 Qs

Python

Python

Assessment

Quiz

Computers

7th - 8th Grade

Hard

CCSS
L.2.2C

Standards-aligned

Created by

VAISHALI THUSE

Used 1K+ times

FREE Resource

12 questions

Show all answers

1.

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

2.

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)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

7.

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

Tags

CCSS.L.2.2C

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?