What is the symbol for equal to?
==
What is the symbol for not equal to?
!=
What is the symbol for less than?
<
What is the symbol for less than or equal to?
<=
What is the symbol for greater than?
>
What is the symbol for greater than or equal to?
> =
What is the symbol for addition?
+
What is the symbol for subtraction?
-
What is the symbol for multiplication?
*
What is the symbol for exponent?
Num^num2
What is the symbol for division?
/
What is the symbol for modulo?
MOD
What is the symbol for quotient?
DIV
What is the logical AND symbol?
AND
What is the logical OR symbol?
OR
What is the logical NOT symbol?
NOT
What is the symbol for a comment?
//
What is the symbol for assignment?
=
What is the symbol for input?
input()
What is the symbol for output?
print()
What is the symbol for a string?
str()
What is the symbol for an integer?
int()
What is the symbol for a float?
float()
What is the symbol for a real number?
real()