Display the value stored in a variable
Example:
x = 42 info(x) Output: 42
Display the data type of a variable
x = 42 type(x) Output: Number