In codecoach symbol problem the last case goes wrong for me. Please help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In codecoach symbol problem the last case goes wrong for me. Please help

https://code.sololearn.com/c007vy9TX4JB/?ref=app

23rd Aug 2020, 11:59 AM
Smiley[Offline]
4 Answers
+ 1
Wecolme 👍🏼
23rd Aug 2020, 12:14 PM
Ruba Kh
Ruba Kh - avatar
0
The problem in your code is in the range The range doesn't include the last number so for example the 122 which is z is not included so when you write a code with a z it will remove it, the same with 9 and Z
23rd Aug 2020, 12:09 PM
Ruba Kh
Ruba Kh - avatar
0
You can solve it in an easier way by using the isalnum(), isspace() also
23rd Aug 2020, 12:12 PM
Ruba Kh
Ruba Kh - avatar
0
Ruba Kh Thanks 😊☺️👍👍👍🤩☺️
23rd Aug 2020, 12:13 PM
Smiley[Offline]