We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0c7e8 commit d8d6ac8Copy full SHA for d8d6ac8
1 file changed
NumberToNumberName/numbername.py
@@ -0,0 +1,5 @@
1
+# A program to write a number in words
2
+# Eg:
3
+# 61893: Sixty One Thousand Eight Hundred Ninety Three
4
+
5
+__import__('os').system('cls')
0 commit comments