Input, print and numbers - Learn Python 3 - Snakify

Lesson 1. Input, print and numbers




15/24. What you input is always a string

The function input() reads your input as a string. Even if you typed 23.
print(input())