Skip to content

Latest commit

 

History

History
 
 

5 - Numeric variables

Numeric values

Python can store and manipulate numbers. Python has two types of numeric values: integers (whole numbers) or float (numbers with decimal places)

When naming variables follow the PEP-8 Style Guide for Python Code

Converting to numeric values