What type of value does Python's input("Hours: ") return?
input("Hours: ")
A number of seconds calculated from the entered hours
A Boolean indicating whether any text was entered
An integer whenever the user types digits
A string containing the user's input