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