Python Trivia
Looping & Sorting
Python General
Python General #2
General Trivia
100

The major version python is currently on.

What is Python 3?

100
This loop loops through a set amount of items or numbers.

What is a For Loop?

100
This operator adds together two objects.

What is '+'?

100

This statement only occurs if a condition is met.

What is an If Statement.

100

A Museum in Paris where the Mona Lisa is.

What is The Louvre?

200

Called the core philosophy of python. First line is 'Beautiful is better than ugly.'

What is the Zen of Python?
200

This loop continues until a specific condition is met.

What is a While Loop?

200
A function which returns the length of built-in types, including list.

What is len()?

200

This function sorts dictionaries and sets.

What is sorted()?

200
In this sea-animal, males carry babies.
What is a seahorse?
300

Popular comedian the Python language is named after.

Who is Monty Python?

300

This statement exits a loop immediately.

What is 'break'?

300

A data structure with immutable data which is initialized with parenthesis.

What is a Tuple?

300

Python is dominant in this emerging field.

What is Machine Learning?
300

Prasinophobia is the fear of this thing.

What is the color green?

400
Commonly used in place of Foo and Bar in python code

What is Spam and Eggs

400

This function sorts dictionaries and sets.

What is sorted()?

400

Python is written in this programming language.

What is C++?

400

This function joins a list of strings into a single string.

What is String.join()?

400

This U.S president is famous for getting stuck in a bathtub.

Who is William Howard Taft?

500

The year python was made

When is 1991?

500

The sorting algorithm used in python in the 'sort' function.

What is Timsort?

500

Only this kind of error can occur before your program starts executing.

What is a syntax error.

500

This alternate method of writing code which loops can cause a maximum <> depth exceeded error.

What is Recursion?

500

This country is famous for being the largest landlocked country in the world.

What is Kazakhstan?

M
e
n
u