Basic Operations

+ Numerical addition / concatenation
- Numerical subtraction

Basic Data Types

string - data type for text
int - dadta type for whole numbers
float - data type for non-integers
bool - True or False
None - its own type

Type Casting

Boolean Operators

return vs print

Short circuits

Conditional Statements

Style Rules

Doctests

mode=edit