...

/

Wrapping Up: Quiz on Python

Wrapping Up: Quiz on Python

In this lesson we will provide a final quiz, to let you check what you have learned.

We'll cover the following...

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')


1 / 7