Numeric ¶
One of the most common data types for any computational science are numbers.
Python generally has two types:
int
and
float
.
One of the most common data types for any computational science are numbers.
Python generally has two types:
int
and
float
.