+ 1
My code is not running can someone help me with this
https://sololearn.com/compiler-playground/cWNSojfWbzUS/?ref=app
2 Respostas
+ 1
Try this way it would be more readable and easy to understand.
name = input() #enter your name here
age = int(input()) #enter your age
future_age = age + 1
#print name and future age
print(f"Hello {name}, next year you will be {future_age} years old!")
+ 5
When you run the code there is a popup windows, and it says:
"Split multiple inputs into separate lines"
It maybe hard to read on the web version, but clearly readable from apps.
https://ibb.co/mTX3QwC
So you need to enter your inputs like
Binisha Gurung
42