input()
Allows user input.
print()
Prints a specified message to the screen or other standard output device.
Can be any data type.
int()
Converts the specified value into an integer number.
str()
Converts specified value into a string.
float()
Converts the specified value into a float.