Pulsars
0 %
Log inSign up

input and conversion

Open answer

Explain why the following code causes an error, and fix it:

age = input("How old are you? ") print(age + 1)