Python - Input and Output
Identify the problem in this code:
age = input('Enter age: ')
print('Next year you will be ' + age + 1)age = input('Enter age: ')
print('Next year you will be ' + age + 1)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions