+ 1
Why is my code rejected? I believe it's đŻ% correct! (SOLVED)
It's from a challenge "extra terrestrials" https://code.sololearn.com/cmG14rRZ7v1c/?ref=app
3 Answers
+ 3
What happens if len == 0?
+ 2
Not all characters are printable, so even though you can't see the difference, the computer can.
0
Hah đ
Dennis, you nailed it, I didn't even notice!