Print
String
Floats
Math
Boolean & Comparison & If
100

Do you need to put quotation marks around print? 

No, its written as Print

100

Whats a string

A line of code

100

What are floats?

Floats are numbers that go through the compiler that ends with a decimal or any number placed in.

100

What does the "+" 

It can either add numbers in a string or it can take two separate words and combine them.

100

What is Boolean?

Boolean is a word that has two values which are True and False.

200

Are you able to use + to add other strings?

Yes, it would look like this "Hello" + "World"

200

What is a muti string

More than one line of code combined using "+"

200

How are floats produced?

A float is produced by running an operation on two floats, or on a float and an integer.

200

What does the forward slash do "/"? 

The "/' can divide numbers in a string

200

What does comparison do?

Comparison is the definition its self. It just compares the numbers that are within the line/string.

300

What will happen if you put parentheses around the statement that you want to print? 

Example - print ("Hello")

Nothing, it would still go through

300

If one string is incorrect will all lines of code go through?

No, there will be a error and you'll have to look back to fix it.

300

Do you NEED to put a decimal point in a equation in order to get a float? 

Of course not, because 8/2 will show 4.0

300

What does "*" do?

Its the square (^2) for algorithms 

300

What is another comparison operator?

The not equal operator (!=), evaluates to True if the items being compared aren't equal, and False if they are.


400

What does Print do?

It goes through the compiler

400

Can strings contain numbers?

Yes, any character from the keyboard can be in a string.

400

Will floats randomly appear? 

Yes, it all depends on the symbol you used for the equation.

400

What does "-"? 

Subtraction

400

What are if statements?

You can use if statements to run code if a certain condition holds. If an expression evaluates to True, some statements are carried out. Otherwise, they aren't carried out.

500

If you use the wrong quotation marks will it go through the compiler?

No, you need to have the quotation marks that you started with and you'll need to end with it too. 

Example Print "Hello World"

500

Can strings have three quotation marks? 

Example """Hello World"""

Yes, there isn't a limit of quotation marks that you can place.

500

What is another word for Float?

A decimal

500

What can you use the period for?

You can use it to make decimals in a equatiion

500

What is a else statement?

An else statement follows an if statement, and contains code that is called when the if statement evaluates to False.

M
e
n
u