Python
Quiz by Kamlesh Kumar Mishra
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
3 questions
Show answers
- Q1What is the output of the following code snippet in Python? x = 10 y = 3 print(x // y)3.333.00330s
- Q2What is the keyword used in Python to define a function?definedeffuncfunction30s
- Q3What does the 'range()' function in Python generate?Random numbersA sequence of numbersPrime numbersNegative numbers30s