Course Content
Python Data Types
Python Data Types
Floating Point Numbers
It is time for floating point numbers.
A floating point number is a number with decimal places, so floating point number has an integer part, and a fraction. For example, 65.3
, -0.04
, 1000.01
are all floating point numbers.
Task
Create three variables : a, b, c
with the following values: 0.06, -5.0, 985.5067
and check the type of this object.
Thanks for your feedback!
Floating Point Numbers
It is time for floating point numbers.
A floating point number is a number with decimal places, so floating point number has an integer part, and a fraction. For example, 65.3
, -0.04
, 1000.01
are all floating point numbers.
Task
Create three variables : a, b, c
with the following values: 0.06, -5.0, 985.5067
and check the type of this object.
Thanks for your feedback!
Floating Point Numbers
It is time for floating point numbers.
A floating point number is a number with decimal places, so floating point number has an integer part, and a fraction. For example, 65.3
, -0.04
, 1000.01
are all floating point numbers.
Task
Create three variables : a, b, c
with the following values: 0.06, -5.0, 985.5067
and check the type of this object.
Thanks for your feedback!
It is time for floating point numbers.
A floating point number is a number with decimal places, so floating point number has an integer part, and a fraction. For example, 65.3
, -0.04
, 1000.01
are all floating point numbers.
Task
Create three variables : a, b, c
with the following values: 0.06, -5.0, 985.5067
and check the type of this object.