Program to convert a number entered by the user into its corresponding number in words.
For example, if the input is 582 then the output should be 'Five Eight Two'
---------------------------------------------------------------------------------------------------------------
#Python Programming
#Class-11: Computer Science With Python
#Dictionary in Python