How does the input() function work?
input()
Outputs a message to the console
Reads and returns input from the user as a string
Splits a string into a list
Converts a string to an integer