Is Python a Case Sensitive Language?
Python Quiz

Quiz
•
Computers
•
University - Professional Development
•
Hard

sreenivas pasupuleti
Used 1K+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Yes
No
May not be
None of the above
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following is a invalid variable in Python
_a=1
__a=1
_str_=1
None of the above
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is answer of this expression, 22 % 3 is?
7
1
0
5
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Mathematical operations can be performed on a string.
True
False
May not be
None of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following?
x = ['ab', 'cd']
for i in x:
i.upper()
print(x)
[‘ab’, ‘cd’].
[‘AB’, ‘CD’].
None of the above
[None, None]
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the following?
i = 1
while True:
if i%2 == 0:
break
print(i)
i += 2
1
1 2
1 2 3 4 5 6...
1 3 5 7 9 11....
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the following?
i = 0
while i < 5:
print(i)
i += 1
if i == 3:
break
else:
print(0)
0 1 2 0
0 1 2
error
none of the mentioned
Create a free account and access millions of resources
Similar Resources on Quizizz
25 questions
LIST-TUPLES-SET-DICTIONARY

Quiz
•
Professional Development
25 questions
PYTHON CONTEST 2

Quiz
•
University
20 questions
BAB KOD ARAHAN TINGKATAN 2

Quiz
•
2nd Grade
20 questions
PY-BUILD

Quiz
•
University
20 questions
Basic Python

Quiz
•
University
20 questions
Python Lists

Quiz
•
University
20 questions
Control Statements in Python

Quiz
•
11th Grade
20 questions
List Manipulations

Quiz
•
11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade