| A | B |
| range loop | A function that identifies a number to start at, a number to stop at, and how much to change by each time the program executes the loop. |
| modulo | A mathematical operator that performs division but returns the remainder. |
| artificial intelligence (AI) | Any program that analyzes its environment and is able to respond accordingly to achieve an end goal. |
| Aggregator | A variable that adds together all the values or data at a specific moment. |
| Allow List | A function that is a member of a class. |
| append | To add an element to an existing list. In Python, append () is a method that will pass an object into an existing list. |
| Array | A type of data structure that can store a fixed number of elements, as long as they are all the same data type. Arrays are a lot like lists. |
| authenticate | To verify a user’s identity. |