Actually i had perform the activity test 1 successfully than to i am unable to proceed to next one .why ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

24th Dec 2022, 5:50 AM
Vidhi Jatwa
Vidhi Jatwa - avatar
16 Answers
+ 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
24th Dec 2022, 11:51 AM
Lothar
Lothar - avatar
+ 1
Name = ("Anna") Age = ("18") Print (name + " is " + age + " years old ")
24th Dec 2022, 6:35 AM
Vidhi Jatwa
Vidhi Jatwa - avatar
+ 1
You are assigning the wrong variables, check the spelling of variables you have assigned, and use the same while printing them.
25th Dec 2022, 6:14 PM
Pratik Saware
Pratik Saware - avatar
0
What kind of activity test
24th Dec 2022, 6:27 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
Taking user input test
24th Dec 2022, 6:29 AM
Vidhi Jatwa
Vidhi Jatwa - avatar
0
Share your code and check constraints again your input and output formats
24th Dec 2022, 6:30 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
What,s the mistake
24th Dec 2022, 6:36 AM
Vidhi Jatwa
Vidhi Jatwa - avatar
0
And what is the problem statement
24th Dec 2022, 6:36 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
It is showing try again
24th Dec 2022, 6:37 AM
Vidhi Jatwa
Vidhi Jatwa - avatar
0
Not proceeding ahead
24th Dec 2022, 6:38 AM
Vidhi Jatwa
Vidhi Jatwa - avatar
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
24th Dec 2022, 6:39 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
I have to ask the user name and age in contact management system
24th Dec 2022, 6:42 AM
Vidhi Jatwa
Vidhi Jatwa - avatar
0
Do like this name = input( "") # for name age = int(input(""))# age input print(name+ " "+ age)
24th Dec 2022, 6:44 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
Ohk I will try thank you
24th Dec 2022, 6:45 AM
Vidhi Jatwa
Vidhi Jatwa - avatar
0
Not proceeding
24th Dec 2022, 6:47 AM
Vidhi Jatwa
Vidhi Jatwa - avatar
0
Share problem statement here
24th Dec 2022, 6:49 AM
A S Raghuvanshi
A S Raghuvanshi - avatar