Python Strings

Python Strings

University

20 Qs

quiz-placeholder

Similar activities

Python for beginners

Python for beginners

University

20 Qs

Python Programming Quiz

Python Programming Quiz

10th Grade - University

20 Qs

BUG BLUSTERS

BUG BLUSTERS

University

15 Qs

CS0012 Spring 25 Midterm Review

CS0012 Spring 25 Midterm Review

University

22 Qs

Assessment #2

Assessment #2

5th Grade - Professional Development

20 Qs

Introduction To Python

Introduction To Python

University

20 Qs

Python Programming 1: print, strings, variables, casting

Python Programming 1: print, strings, variables, casting

9th Grade - University

15 Qs

พื้นฐาน Python ม2

พื้นฐาน Python ม2

1st Grade - University

21 Qs

Python Strings

Python Strings

Assessment

Quiz

Computers

University

Medium

CCSS
L.2.2C

Standards-aligned

Created by

Elaine Cortez

Used 297+ times

FREE Resource

20 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

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

4.

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

5.

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

6.

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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?