Name of error in programming.
What is a bug?
Keyword used to define a function.
What is def?
Character at the end of a function declaration.
What is a colon?
Direction that Python reads code.
What is top to bottom?
Name of people who made the manual candy machine.
Who are the Amish?
Area where you experiment with code.
What is a sandbox?
Section of screen that shows both what you need to draw and the code output.
What is the canvas?
Process of identifying and fixing errors in code.
What is debugging?
Symbol used to indicate a Python comment.
What is a hash tag?
Favorite Halloween candy (hint, we have had it in class)
What are Skittles?
Tool that gives information about the Solution code.
What is the inspector?
Format requirement of function body.
What is indent?
Name of actual values used by a function.
What are arguments?
Piece of code that takes inputs to perform a certain task.
What is a function?
Shelters ban adoptions of this animal at Halloween.
What are black cats?
The environment where you write, run and test your code?
What is the IDE (Integrated Development Environment) ?
What file extension do python files have?
What is .py
Error to indicate you are not following Python rules.
What is a syntax error?
A program where you enter Python commands.
What is the shell prompt?
Riddle 1: I have hundreds of ears, but I can’t hear a thing.
What is a cornfield?
Error that crashes program.
What is a run-time error?
Program runs but does not do what you intended it to do.
What is a logical error?
Location of Python error code.
What is the console?
Latin phrase uttered at the end of each video, means to "sieze the day"
What is carpe diem?
Age of Halloween holiday.
What is 2,000 years?