I found a "Funny Code Coach BUG!!!" 😁 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

I found a "Funny Code Coach BUG!!!" 😁

#Security (100xp): My code (Python): https://code.sololearn.com/cys9ZL6J5pih/?ref=app If you run my program with sample input (xxxxxGxx$xxxT). Then it prints 'quiet' which is incorrect. But even then when I run the code, sololearn says, ❝Awesome❕ you solved the problem!❞ 😆 Isn't it bug❓ Sorry for my bad English 🥺

16th Aug 2021, 5:04 AM
Fꫀⲅძ᥆͟ᥙ᥉᯽
Fꫀⲅძ᥆͟ᥙ᥉᯽ - avatar
2 Answers
+ 6
It doesn't count as a bug to me. It's rather a test case issue. Adding more test cases will prevent such thing happening again. You can send an email to [email protected] to report this.
16th Aug 2021, 6:05 AM
你知道規則,我也是
你知道規則,我也是 - avatar
+ 1
Well, your 'if' statement isn't commutative, so it won't work the other way.
16th Aug 2021, 5:16 AM
Calvin Thomas
Calvin Thomas - avatar