click below
click below
Normal Size Small Size show me how
1. Python
| Term | Definition |
|---|---|
| variable | stores data values (name) |
| literal | raw value (actual value not name) |
| what are the names of the numeric literal | 3 types and, Intergers, floats, complex numbers |
| integer literal | whole numbers |
| float literals | decimal numbers |
| complex literals |