+ 3
Actually i had perform the activity test 1 successfully than to i am unable to proceed to next one .why ?
Please let me know how to proceed to the next level.
16 Antworten
+ 7
Vidhi Jatwa ,
the whole problem is that your question is incomplete:
> proper task description is missing
> exercise name / number is missing (it is *python for beginners*, lesson number is 15.2)
> your code / try is missing. ***
this all creates a lot of unnecessary discussions. if you expect to get help from the community, you have to put some more effort in your question.
*** https://code.sololearn.com/cQquucjSHo6c/?ref=app
+ 1
Name = ("Anna")
Age = ("18")
Print (name + " is " + age + " years old ")
+ 1
You are assigning the wrong variables, check the spelling of variables you have assigned, and use the same while printing them.
0
What kind of activity test
0
Taking user input test
0
Share your code and check constraints again your input and output formats
0
What,s the mistake
0
And what is the problem statement
0
It is showing try again
0
Not proceeding ahead
0
Am asking about what you have to do in question i guess u need to take user input. your code will not work for custom inputs
0
I have to ask the user name and age in contact management system
0
Do like this
name = input( "") # for name
age = int(input(""))# age input
print(name+ " "+ age)
0
Ohk I will try thank you
0
Not proceeding
0
Share problem statement here