- 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 🥺
2 Respuestas
+ 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 info@sololearn.com to report this.
+ 1
Well, your 'if' statement isn't commutative, so it won't work the other way.