Class 11 Python
Quiz by pooja garg
Customize this quiz to suit your class
Instantly translate to 100+ languages
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
​What is the output of the following Python code?
x = 5
y = 2
print(x // y)
What is the output of the following Python code?