+ 1
why this code doesn't work?
name = input() print( "welcome " + name ) age = input() print( "your age is: " + age )
4 ответов
+ 5
This code is work
+ 4
The code does work maybe its just that your putting the inputs wrong when the prompt comes up
+ 1
you are right guys, i think it's because of my input prompt.
0
print("your age is: " + str(age))