0
Can anyone help me to figure out what could be the test case 3 ?
Can anyone help me to figure out what could be the test case 3 in the Code Coach "No Numerals" because my code worked well with all test cases except the 3rd one…So, I am confused what could be that test case. Can anyone help me ?…The below is my code which I have done… https://code.sololearn.com/cK6TAC8vUI5T/?ref=app
2 Réponses
+ 2
You're not handling '10' correctly.
You're printing 'onezero' instead of 'ten'.
Simply iterating won't cut it. :)
0
Thank you Dennis. Now I have came across my mistake and rectified it…