Minecraft
Media
Sports
Computer Science
Random things we picked
100

3 Anvil Mechanics

Repairing, renaming and enchanting items.

100

The anime Giorno stars in

Jojo's bizarre adventure
100
The number of holes in a golf course

18

100

The number of dwarf planets in the solar system +-1

Bonus: 20 points per one named

5

200

Chief Creative Officer at Mojang Studios

Jens "Jeb" Bergensten

200

The Main Character of "Solo Levelling" (Manga and Anime)

Jinwoo Sung

200

The year in which Joseph Schooling won a gold medal in the Rio Olympics.

Bonus: What he competed in to win the gold

(4*9+5*8)*3*52/3-2000+33*2-2

100m Butterfly

200

Who was the first programmer

Ada Lovelace

200

The full name of TNT

Trinitrotoluene

300

Slowest mob

Panda

300

The author of Jujutsu Kaisen

Gege Akutami

300

The considered national sport of India

Hockey

300

The place where ENIAC (Electronic Numerical Integrator and Computer) was built

The Moore School of Electrical Engineering at the University of Pennsylvania in Philadelphia

300

Scotland's national animal

The Unicorn

400

The name of the main character's sister in Demon Slayer

Nezuko Kamado

400

The country where bossaball originated

Spain

400

#What does this code return?

def func(*nums):

    list_1 = []

    list_2 = []

    for num in nums:

        if num % 2 == 0:

            list_1.append(num)

        else:

            list_2.append(num)

    return list_1, list_2


print(func(1,2,3,4,5,6))

([2, 4, 6], [1, 3, 5])

400

Country with this flag

Libya

500

Mr.Neil's favorite anime

Full Metal Alchemist

500

Who won the champion's league last season? (2024-2025)

Paris Saint-Germain F.C.

500

How heavy is a large cloud?

About 1000000 tons (Million)