Wrapping Up: Quiz on Python
In this lesson we will provide a final quiz, to let you check what you have learned.
Python Overview Quiz
1
Which of the following results in a floating-point value being assigned to a
? (mark all that apply)
A)
a = 3.0
B)
a = 3
C)
a = float(3)
D)
a = float('three')
Question 1 of 70 attempted
Get hands-on with 1200+ tech skills courses.