| Term |
Definition |
| Variables |
π an element, feature, or factor that is liable to vary or change. |
| Data types |
π© type that which data is stored |
| Assignment operators |
π What sets a variable to a value |
| Lists |
π¨ Sequences of variables stored in the same sctructure |
| 2D Lists |
π LIsts within a list |
| Dictionaries |
π Data structure that which stores keys and values |
| Boolean Expressions |
βοΈ True or false expressions |
| Iterations |
π€ Repetiion of a process |
| Characters |
π Single characters |
| Strings |
π§΅ Collection of characters |
| Selection |
π€ Selectively choosing which code to run using boolean expressions |
| Comparison operators |
π >, <, ==, what is used to compare two values |
| For Loops |
π³ Iteration for a set number of times |
| While Loops |
πΆβπ«οΈ Iteration as long as a condition is false |