click below
click below
Normal Size Small Size show me how
REAL 1. Python
| Term | Definition |
|---|---|
| variable | stores data values (name) |
| literal | raw value (actual value not name) |
| numeric literals | 3 types and, Intergers, floats, complex numbers |
| muiltiline strings | triple quotes to make muitiple STRING literals |
| comment | decimal numbers, float () |
| snake case | looks like a snake variable name style; variable_name_style |
| interative shell | good at running python instuctions one at a time |
| file editor | entering source code |