0
Everyone who can help me with this, Have been trying to solve the No Numeral challenge but there are still some mistake over it
All numeral in string should be converted to its word https://code.sololearn.com/cd85ES43b5yx/?ref=app
3 Answers
+ 2
(1) replace reslt with strg
(2) remove break and print(reslt)
(3) add print(strg) after the while loop
https://code.sololearn.com/cHv4Bp8Jv4Fn/?ref=app
+ 2
Thanks to you all, everything has been corrected
+ 1
Pee Frosh Your code fails whenever a "10" appears in the input. It will be switched to "onezero" rather than "ten".