Data Types and Variables

Use # to make comment

Use ''' to start comment for multiple lines and ''' again to end it.

Use print() to display on command screen

Whole numbers equal integers

Decimal numbers equals floating numbers

To make a string you need either " " or ' '

Variables = myData = integer, floating, or string

To name a variable can be anything just cannot be repeated twice- can't have age and age has to be age and Age


Python Data Types and Variables 1