This scripting language is many people's first experience in computer programming.
What is Python?
The mathematical function indicated by *
What is multiplication?
This function checks user input for specific inputs
What is else?
This website allows you to code while making music at the same time.
What is EarSketch?
This is called a python.
What is a snake?
This command outputs text.
What is print("")?
This mathematical function is indicated with **
What are exponents?
This function is performed if the if statement is not met.
What is else?
This is a term in EarSketch that must be between 45-220 or it will cause an error in the code
What is tempo?
What is venom?
This is the first command learned in any programming language.
What is Hello World?
This function must be used in order to use decimals.
What is float()?
This type of loop continues indefinitely as long as a condition is met.
What is a while loop?
In the EarSketch Line fitMedia(mySounds)[0], 1, 3, 11) the 1 stands for _______
What is effect line?
This is the only extinct species of python.
What is P. europaeus?
This function converts a string to a number.
What is int()?
This mathematical function is indicated by %.
What is modular division?/What is remainder division?
This function checks for an additional condition if the preceding if statement is not met.
What is elif?
In the EarSketch Line fitMedia(mySounds)[0], 3, 4, 12) the 4 stands for _______
What is the starting measure?
This is the most popular pet snake.
What is a ball python?
This function converts numerical values into string values.
What is str()?
This function must be used before sqrt() or fabs() can be used.
What is import math?
This type of loop is used to repeat a program a finite number of times.
What is a for loop?
In the EarSketch Line fitMedia(mySounds)[0], 5, 6, 14) the 14 stands for _______
What is the ending measure?
This is the largest living snake species.
What is a reticulated python?