Have been having issues using my code coach, just started today and I have been having errors even when the final output matches | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Have been having issues using my code coach, just started today and I have been having errors even when the final output matches

8th Jul 2022, 5:18 PM
Daniel Clinton
Daniel Clinton - avatar
6 Answers
+ 2
It might have some problem in the logic, the maths, the syntax or something else. But the link in the question description doesn't appear for me, so I can't see what's wrong.
8th Jul 2022, 5:45 PM
Emerson Prado
Emerson Prado - avatar
+ 2
Daniel Clinton This is how you can make all relevant info available: 1. Edit your question description 2. Click the "+" button 3. Select "Code" 4. Choose the relevant code bit 5. Explain the task 6. Paste the exact error message This makes it possible for us to see the exact code and results. That said, review: 1. The operator in the "if" statement 2. The spelling in the "print" calls
8th Jul 2022, 9:58 PM
Emerson Prado
Emerson Prado - avatar
+ 1
Choose one, link the code from Code Playground in the question description and explain the problem
8th Jul 2022, 5:22 PM
Emerson Prado
Emerson Prado - avatar
0
The code coach challenge, I began from the popsicles to other easier ones and I kept having errors...in output
8th Jul 2022, 5:41 PM
Daniel Clinton
Daniel Clinton - avatar
0
My Output matched, although my code pattern varied at times
8th Jul 2022, 5:43 PM
Daniel Clinton
Daniel Clinton - avatar
0
siblings = int(input(3)) popsicles = int(input(9)) if popsicles//siblings == 0: print("give away") else: print("eat them yourself") Don't seem to be able to copy the link...but I copied the code for the POPSICLES in tried in the code coach
8th Jul 2022, 6:12 PM
Daniel Clinton
Daniel Clinton - avatar