The main killer in 1978 movie Halloween
The output of print("Hello World")
What is "Hello World"?
True or False: Comments alter the output of your code
What is False?
The slogan of KitKat
What is "Have a Break. Have a KitKat.®"?
The candy correlated to the phrase: "Taste the Rainbow."
What are Skittles?
A halloween Tim Burton film
What is Corpse Bride?
(Coraline, Dark Shadows, and Frankenweenie also acceptable answers)
The symbol used in front of comments
What is #?
The output of the following code: print(2**3)
What is 8?
A small pyramid shaped candy, divided into three sections of different colors
What is a Candy Corn?
The name of Elon Musk's child
What is X Æ A-12?
A 1991 film based off of a book by Thomas Harris
What is the Silence of the Lambs?
The way to create a string
What is using single or double quotes?
The output of the following code: print("My favorite number is" + 10 + "!")
What is an error message?
A chocolate bar based off of a famous baseball player
What is the Babe Ruth?
The percent of female computer scientists
A 2013 halloween movie that was supposedly based off of a true story
What is The Conjuring?
What print(100%9) would output
1
The output of the following code:
a = "21"
print(type(a))
What is <class 'str'>?
The Milky Way slogan
What is "Life's Better in the Milky Way®"?
The year Girls Who Code was founded
The highest grossing halloween movie
What is IT?
The way you can concatenate the integer 100, and the string "$"
str(100) + "$"
What is the output of the following code?
a = 1
b = 2
c = (a+b)/2
print(c)
What is 1.5?
The oldest candy brand
What is Good & Plenty?
The first coding language
What is Fortran?