1.
Program fragments that denote values, and are evaluated left-to-right, from the inside out.
2.
Program fragments that perform actions, composed in chunks and are executed from top down.
3.
These introduce variables and function definitions.
4.
What provides the body of a function.
5.
When you call a function.
6.
What inputs a function takes in, denoted in between parentheses when creating a function.
7.
A function that returns a boolean.
8.
Alternative to "if" and "else" in conditionals.
9.
Assigning a starting value to a variable or object.
10.
A built-in Python function that is NON-FRUITFUL and displays output to the console.
11.
A statement used to indicate a function is FRUITFUL.
12.
What do "for" and "while" have in common?
13.
A process we all have to go through to fix faulty code!
14.
Print statements return this data type.