We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0565126 commit 04b361aCopy full SHA for 04b361a
DPOneySolution.py
@@ -17,7 +17,7 @@ def word_to_number_converter():
17
# Print the string converted in number
18
print (w2n.word_to_num(number_to_convert))
19
except:
20
- # Error message in case you the input is wrong
+ # Error message in case the inpu type is wrong
21
print('Probably you tried to give me a negative number or a wrong input,' +
22
'you asked me to manage just natural numbers N')
23
print('try again')
0 commit comments