Documentation


Prints the input

Convert input into a string

Convert input into a number

If both inputs are numbers, adds them together, but if both are strings, return them together

If both inputs are numbers, subtract them

If both inputs are numbers, divide them

If both inputs are numbers, multiply them, if one is a number and the other is a string, return the string repeated n amount of times

To set a variable, just do the same as you normally would in Python: var = val