A container for storing data that can be updated.
What is variable.
An error in coding.
Syntax month="October".
What is assigning a variable.
Code that runs once based on a given criteria that must be met. (3 answers)
What is an If/Elif/Else statement.
Location of the Witch Trials during the 1600's.
Where is Salem.
User input is stored as this data type.
What is a string.
The process you follow to fix an error.
What is debugging.
Syntax year==2024.
What is comparing a variable.
Symbol at the end of a loops condition statement.
What is a colon (:).
Who ya gonna call?
Who are the Ghostbusters.
Syntax to output information to the user.
What is print().
Program doesn't run due to incorrect code.
1101
What is 13.
Help! I'm stuck and can't get out!
What is a while loop.
It's just a bunch of Hocus Pocus witches.
Who are Winnie, Sarah, and Mary.
Know as our python coding case.
What is snake case.
Program runs, but eventually crashes.
What is a runtime error.
Casting a string to an integer.
What is int(string_name).
Code that runs until the specified criteria is met.
The Pumpkin King.
Who is Jack Skellington.
The 4 basic data types.
What are Strings, Integers, Floats, and Booleans.
Program runs, but has unintended results.
What is a logic error.
num_one = 4
num_two = 15
answer = num_one % num_two
print(answer)
What is 3.
How you communicate to the computer we are inside of a loop in python.
What are tabs/spacing.
Famous demonologist and clairvoyant couple during the 1900's. Known for Annabelle and the Conjuring.
Who are Ed and Lorraine Warren.