Who developed Python Programming Language?
UNIT1_PYTHON

Quiz
•
Other
•
University
•
Medium
Asst.Prof.,CSE Chennai
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wick van Rossum
Rasmus Lerdorf
Guido van Rossum
Niene Stom
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the value of the following Python expression?
4+3%5
7
2
4
1
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the following is not a keyword in Python language?
pass
eval
assert
nonlocal
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What arithmetic operators cannot be used with strings in Python?
*
-
+
All of the mentioned above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python code?
list1 = [1, 3]
list2 = list1
list1[0] = 4
print(list2)
[1, 4]
[1, 3, 4]
[4, 3]
[1, 3]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python program?
i = 0
while i < 5:
print(i)
i += 1
if i == 3:
break
else:
print(0)
error
0 1 2 0
0 1 2
None of the mentioned above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a Python tuple?
{1, 2, 3}
{}
[1, 2, 3]
(1, 2, 3)
Create a free account and access millions of resources
Similar Resources on Quizizz
12 questions
Ujian Tengah Semester (UTS) Semester Genap TA 2023/2024

Quiz
•
University
12 questions
Intro to Python Programming Quiz 9C

Quiz
•
10th Grade - University
14 questions
Intro to Python Programming Quiz 9B

Quiz
•
10th Grade - University
10 questions
PYTHON set4

Quiz
•
University
15 questions
liczby i działania klasa 5

Quiz
•
KG - University
10 questions
Quiz sobre SGBD e Django

Quiz
•
6th Grade - University
10 questions
Python armenia

Quiz
•
1st Grade - University
12 questions
Aula Invertida

Quiz
•
University
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