Which one of these is floor division?

PYTHON

Quiz
•
Computers
•
University
•
Hard
Pushpa RN
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
\
\
\\
//
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you insert COMMENTS in Python code?
//
#
*
/*
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used for function in Python language?
Function
def
Define
Fun
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python code?
i = 1
while True:
if i%3 == 0:
break
print(i) i + = 1
1 2 3
error
1 2
none of the mentioned
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a core data type in Python programming?
Tuples
Lists
Class
Dictionary
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python code snippet?
for i in [1, 2, 3, 4][::-1]:
print (i)
4 3 2 1
error
1 2 3 4
none of the mentioned
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python statement?
>>>"a"+"bc"
bc
abc
a
bca
Create a free account and access millions of resources
Similar Resources on Quizizz
12 questions
CSSE Quiz Day2

Quiz
•
University
20 questions
UNIT 1 PYTHON

Quiz
•
University
10 questions
Python Basics

Quiz
•
University
20 questions
Python Quiz - BPLCK105B

Quiz
•
University
20 questions
Python-Lists_Dictionaries

Quiz
•
University
20 questions
Python Programming - Test 1

Quiz
•
University - Professi...
10 questions
Python Basics

Quiz
•
University
20 questions
Python Programming Quiz

Quiz
•
9th Grade - 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