Python Quiz

Quiz
•
Computers
•
Professional Development
•
Medium
mari renga
Used 14+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
what is the output of print str * 2 if str = 'Hello World!'?
Hello World!Hello World!
Hello World! * 2
Hello World!
None of the above
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
what is the result of the following operation in Python:
3+ 2 * 2
10
12
9
7
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
If you executed name = 'Lizz' , what would be the output of print (name[0:2])?
Li
Zz
Lizz
L
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
If you executed var = '01234567' , what would be the result of print(var[::2])?
0246
01234
1234
7531
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
what is the result of the following operation '1'+'2'
3
1
2
12
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Given myvar = 'hello', how would you convert myvar into uppercase?
len(myvar)
upper(myvar)
myvar.upper()
myvar.upper(myvar)
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
which of the following are valid ways to specify the string literal foo'bar in Python:
"""foo'bar"""
'foo\'bar'
foo'bar
foo"bar
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
C Code Master lvl 2 A

Quiz
•
Professional Development
10 questions
Advanced Excel

Quiz
•
Professional Development
10 questions
python quiz

Quiz
•
6th Grade - Professio...
15 questions
Let's Check!

Quiz
•
12th Grade - Professi...
10 questions
Scratch

Quiz
•
KG - Professional Dev...
10 questions
[FE] Ice Breaking - Navigating the World of Variables, Spread, a

Quiz
•
Professional Development
10 questions
Tutorial Membuat Quizizz

Quiz
•
Professional Development
10 questions
APCCE

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade