Fun Facts
Python
From Day 1
From Day 2
Random things
100

True or False: The first computer weighs more than 30 tons. 

Jebait! it's 27

100

True or False: Parents want their kids to learn Python more than French

True

100

print('yes')
what is the name of 'yes' 

parameter

100

True or False: all instructions under a colon need indentation.

True

100
Where was Elevate The Future founded. 

San Jose, Califonia 

200

The first type of computer

calculator

200

name 3 companies that use Python

Google, Facebook, Spotify, Dropbox, Netflix, Firefox, Disney...

200
Name 2 data types

string, integer, float, boolean...

200

2 types of loops

For / While

200
what does C stand for in E = MC²

speed of light

300

Hacker writes about ____ new viruses each month. 

6000

300

What is Python named after?

a British TV show. (Monty Python's Flying Circus) 

300

num = '10'
double = num*2
True or False: double will equal 20

False

300

How many elif can you add under an if statement? 

as many as you want

300

Name the female celebrity who has the most followers on Instagram. 

Ariana Grande

400

The Inventor of Computer

Alan Turing

400
When is Python invented?

1989

400

What does != mean?

Not equal to

400
How do you call a loop that never ends

infinite loop

400

When was Jesus born?

December 25 lol

500

The World First Ever Coder

Ada Lovelace

500
Who invented Python? 

Guido van Rossum

500

Name 2 logical operators.

And, or, not...

500

x = 5
while x > 0 :
     x -= 2
How many times will the loops run? 

3

500

Name the names of your 3 instructors

Thia Reslie Dao