
PythonExam1
Quiz by Carlos Garcia Martos
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
10 questions
Show answers
- Q1
95659
95649
15
8
60s - Q2
A
D
B
C
60s - Q3
5
NameError
15
10
60s - Q4
15
SyntaxError
(5, 10)
10
60s - Q5
car.num_of_seats=2
car.break=0
print(car.speed)
car.drive( )
60s - Q6
Attribute
Class
Method
Object
60s - Q7
"my_files/my_project/quiz.txt"
"./quiz"
"quiz.txt"
"./my_project/quiz.txt"
60s - Q8
No output. This code will generate an error
20, 4, 12
20, 12
20, 4, 6
60s - Q9
4, 7, 3, 0, x=10, y=64
4 7 3 0 {'x':10, 'y':64}
No output. This code will generate an error
4 (7, 3, 0) {'x':10, 'y':64}
120s - Q10
[1, 1, 5, 3, 5, 8, 13, 21, 34, 55]
173
[5, 11, 37]
[4, 4, 5, 6, 8, 11, 16, 24, 37, 58]
120s