
Python
Quiz by Leen Ghanem
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
8 questions
Show answers
- Q1What function is used to output data to the console in Python?output()print()display()show()30s
- Q2Which symbol is used for comments in Python?//#//;//:30s
- Q3What keyword is used to define a function in Python?definedeffunctioncreate30s
- Q4Which of the following is used to create a list in Python?{}[]<>()30s
- Q5What data type is used to represent true or false values in Python?strintboolfloat30s
- Q6Which operator is used for exponentiation in Python?^exp//**30s
- Q7What function can be used to read input from the user in Python?input()read()scan()get()30s
- Q8What is the output of the expression 5 + 3 * 2 in Python?1311101630s