Foundations of Python
Calculations
If Statements/Loops
EarSketch
Facts about Python
100

This scripting language is many people's first experience in computer programming.

What is Python?

100

The mathematical function indicated by *

What is multiplication?

100

This function checks user input for specific inputs

What is else?

100

This website allows you to code while making music at the same time.

What is EarSketch?

100

This is called a python.

What is a snake?

200

This command outputs text.

What is print("")?

200

This mathematical function is indicated with **

What are exponents?

200

This function is performed if the if statement is not met.

What is else?

200

This is a term in EarSketch that must be between 45-220 or it will cause an error in the code 

What is tempo?

200
Pythons are constrictors because they lack this. 

What is venom?

300

This is the first command learned in any programming language.

What is Hello World?

300

This function must be used in order to use decimals.

What is float()?

300

This type of loop continues indefinitely as long as a condition is met.

What is a while loop?

300

In the EarSketch Line fitMedia(mySounds)[0], 1, 3, 11) the 1 stands for _______

What is effect line?

300

This is the only extinct species of python.

What is P. europaeus?

400

This function converts a string to a number.

What is int()?

400

This mathematical function is indicated by %.

What is modular division?/What is remainder division?

400

This function checks for an additional condition if the preceding if statement is not met.

What is elif?

400

In the EarSketch Line fitMedia(mySounds)[0], 3, 4, 12) the 4 stands for _______

What is the starting measure?

400

This is the most popular pet snake.

What is a ball python?

500

This function converts numerical values into string values.

What is str()?

500

This function must be used before sqrt() or fabs() can be used.

What is import math?

500

This type of loop is used to repeat a program a finite number of times.

What is a for loop?

500

In the EarSketch Line fitMedia(mySounds)[0], 5, 6, 14) the 14 stands for _______

What is the ending measure?

500

This is the largest living snake species.

What is a reticulated python?