Signature: input() -> int

Description: Reads an integer from the user’s input.

Returns: int

Example #

let userInput = input()
print(userInput)