I really need help in regards to the app not letting me continue after a practice section in going deeper with Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I really need help in regards to the app not letting me continue after a practice section in going deeper with Python

I am stuck in the Practice chatbot v1.0 &It won't allow me to continue.It keeps showing I get the result In 1 right,but displaying an error on the other 2 which is resulting in me not being able to move to the next actual lesson. Is there something I'm doing wrong? I have tried so many times&also tried multiple ways,making the output just of Tom then trying to move on to Alice,&then Bob.I've also tried combining all 3 into 1 output but nothing I do is coming up all 3 right,it's always showing I have 1 right but not the other 2 so how is it suppose to be done in order to be counted as all 3 correct or how can I go to #2&#3 to be able to solve each 1 with a different input/output like its showing its suppose to be done.Please help me I've spent so much time on this&not being able to move forward is making it where I'll have no other option but to quit&I definitely don't want to do that since I am very serious about a career in IT&trying to learn all I can.If someone could help or point me in the right direction

7th Sep 2023, 7:24 PM
brandie poindexter
brandie poindexter - avatar
2 Answers
+ 6
All you need to do for this one is get a single input as a variable and output that variable using a print statement. The code I posted below will work once you add the correct variable to the input statement. If one test case works they all should work because this is a very simple code. https://code.sololearn.com/cc3EKhHL6fDj/?ref=app Hope that helps!
7th Sep 2023, 7:41 PM
Keith
Keith - avatar
+ 1
thank you so much !
30th Sep 2023, 5:16 AM
brandie poindexter
brandie poindexter - avatar