Global Culture and Tradition
Riddles
Code: Guess the Output (python)
Civil Rights & History
Misc.
100

This tradition involves carving pumpkins, wearing costumes, and children going door-to-door asking for candy in the Fall

What is Halloween?

100

You see me once in June, twice in November, but not at all in May. What am I?

What is the letter 'E'?

100

What is the output to: print(2 + 4 * 7)

What is 30?

100

This leader delivered the “I Have a Dream” speech.

Who is Martin Luther King Jr.?

100

This planet is known as the Red Planet.

What is Mars?

200

This Indian festival of lights celebrates the victory of light over darkness

What is Diwali?

200

A bat and a ball cost $1.10 total. The bat costs $1 more than the ball. How much does the ball cost?

What is 5 cents?

200

Given: numbers: [0, 1, 2, 3, 4, 5], what does print(numbers[-2:])

What is [4, 5]

200

This amendment to the U.S. Constitution abolished slavery.

What is the 13th Amendment?

200

This language has the most native speakers in the world.

What is Mandarin Chinese?

300

This Mexican holiday honors deceased loved ones with altars and offerings

What is Día de los Muertos?

300

What is the next number in this pattern: 

2, 6, 7, 21, 22, 66, ?

What is 67?

300

What is the output: print({i: i*i for i in range(3)})

What is {0: 0, 1:1, 2: 4}

300

This organization, founded in 1909, is one of the oldest civil rights groups in the U.S.

What is the NAACP?

300

This widespread concern involved computers failing due to representing years with two digits.

What is the Y2k bug (Millennium bug)?

400

A cultural celebration features men dressed in traditional kilts, playing bagpipes, and competing in strength-based athletic events like tossing heavy logs

What is Scotland?

400

You have a 3-gallon jug and a 5-gallon jug. How do you measure exactly 4 gallons?

What is: fill 5 → pour into 3 → empty 3 → pour 2 into 3 → fill 5 → pour into 3 until full (leaving 4)

400

t = (1, 2, [3, 4]) 

t[2].append(5) 

print(t)

What is (1, 2, [3, 4, 5])

400

This Supreme Court case declared segregation in public schools unconstitutional.

What is Brown v. Board of Education?

400

What element has the period table symbol of ‘Sn’?

What is Tin?

500

A festival involves lighting lanterns, fireworks, and family gatherings to mark the end of a lunar calendar year. Similar celebrations occur across multiple East and Southeast Asian countries with overlapping symbolism and timing

What is Lunar New Year?

500

A farmer has chickens and goats. There are 20 heads and 56 legs. How many goats are there?

What is 8 goats?

500

def f():

print("A")

return False

def g():

print("B")

return True

print(f() and g())

What is:

A

False

500

This doctrine, upheld in Plessy v. Ferguson, justified racial segregation.

What is “separate but equal”?

500

It’s the only continent with no active volcanoes

What is Australia?

M
e
n
u