Operators
variables and strings
classes
100

The symbol used for addition.

What is a + sign>

100

Input is always classified as this unless otherwise labeled.

What is a string?

100

The class of number for 8.

What is integer?

200

The symbol used for multiplication.

What is an *?

200

These symbols appear to humans to be numbers and letter, but are concatenated as a string by python to indicate the type of fish used in Ahi dishes.

What is 2nafish?

200

The type of class for 8.0.

What is float?

300

This symbol is the operator that returns the remainder of a division problem.

What is a %?

300

In order for input to be classified as numeric, one of these three labels must accompany the input prompt.

What is int, float, and complex?

300

The type of class for 8j.

What is complex?

400

Double asterisks indicates to do this.

What is "raise to an exponent"?

400

A number typed into a line of code is considered this type.

What is a number?

400

The tpye of class for 3/4.

What is float?

500

The way to get Python to do a square root without having to import a special module.

What is, "**(1/2)"?

500

The letters "ebirt" in the following line of code: 

ebirt = dog

What is a variable?

500

The type of class for 3/4+8j

What is complex?

M
e
n
u