What is the output of the following code : print 9//2

Python Programming Test

Quiz
•
Engineering
•
University
•
Hard
Divyanshu Sinha
Used 5+ times
FREE Resource
75 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
4.5
4.0
4
Error
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which function overloads the >> operator?
more()
gt()
ge()
rshift()
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the following program : i = 0 while i < 3: print i print i+1
0 2 1 3 2 4
0 1 2 3 4 5
0 1 1 2 2 3
1 0 2 4 3 5
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which module in Python supports regular expressions?
re
regex
pyregex
None of the above
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the following program : print 0.1 + 0.2 == 0.3
True
False
Machine dependent
Error
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of these is not a core data type?
Lists
Dictionary
Tuples
Class
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the expression : 3*1**3
27
9
3
1
Create a free account and access millions of resources
Similar Resources on Quizizz
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