Tip

Tap
a student's name
below to see what they need help with
Quizalize logo
placeholder image to represent content

Python Review

Quiz by Tziri Lamm

Feel free to use or edit the questions

includes Teacher and Student dashboards

Measure skills
from any curriculum

Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.

Q 1/7
Score 0

​Which code will not result in an error?

45

​num = input("Choose a number:  ")

​print("Your new number is "+ str(num+10))

​num = str(input("Choose a number:  ")) 

​print("Your new number is "+ str(num+10))

​num = int(input("Choose a number:  ")

​print("Your new number is "+ str(num+10)

​num = int(input("Choose a number:  ")) 

​print("Your new number is "+ str(num+10))

7 questions

Q.Which code will not result in an error?
1
45 sec
Q.Which code will not result in an error?
2
45 sec
Q.Which of the following is the correct way to get information from a user?
3
45 sec
Q.Sort the variables by whether or not they are properly named.
4
45 sec
Q.Identify the variable type in this line of code:num = "7.5"
5
45 sec
Q.You want to ask a user for their top 3 vacation spots.Which of these would be the correct way to do that?
6
45 sec
Q.At which line in this code will there be an error:num1 = int(input("Choose a number: "))num2 = input("Choose another number: ")average = (num1+num2)/2print (average)
7
45 sec

Give this quiz to my class