Halloween Movie Facts
Coding Questions
More Coding Questions
Candy Trivia
Miscellaneous
100

The main killer in 1978 movie Halloween

Who is Michael Myers?
100

The output of print("Hello World")

What is "Hello World"?

100

True or False: Comments alter the output of your code

What is False?

100

The slogan of KitKat

What is "Have a Break. Have a KitKat.®"?

100

The candy correlated to the phrase: "Taste the Rainbow."

What are Skittles?

200

A halloween Tim Burton film

What is Corpse Bride? 

(Coraline, Dark Shadows, and Frankenweenie also acceptable answers)

200

The symbol used in front of comments

What is #?

200

The output of the following code: print(2**3)

What is 8?

200

A small pyramid shaped candy, divided into three sections of different colors

What is a Candy Corn?

200

The name of Elon Musk's child

What is X Æ A-12?

300

A 1991 film based off of a book by Thomas Harris

What is the Silence of the Lambs?

300

The way to create a string

What is using single or double quotes?

300

The output of the following code: print("My favorite number is" + 10 + "!")

What is an error message?

300

A chocolate bar based off of a famous baseball player

What is the Babe Ruth?

300

The percent of female computer scientists

What is 32%
400

A 2013 halloween movie that was supposedly based off of a true story

What is The Conjuring? 

400

What print(100%9) would output

1

400

The output of the following code: 

a = "21"

print(type(a))

What is <class 'str'>?

400

The Milky Way slogan

What is "Life's Better in the Milky Way®"?

400

The year Girls Who Code was founded

When is 2012?
500

The highest grossing halloween movie

What is IT?

500

The way you can concatenate the integer 100, and the string "$"

str(100) + "$"

500

What is the output of the following code?


a = 1

b = 2

c = (a+b)/2

print(c)

What is 1.5?

500

The oldest candy brand

What is Good & Plenty?

500

The first coding language

What is Fortran?