Saturday 3 August 2019

Assignment No: 9 Printing Reverse No using Function

'''
Assignment No: 9
To accept a number from user and print digits of number in a reverse order using built-in function.
'''

Number = int(input("Please Enter any Number: "))    
Reverse = 0    
while(Number > 0):    
    Reminder = Number %10    
    Reverse = (Reverse *10) + Reminder    
    Number = Number //10    
     
print("\n Reverse of entered number is = %d" %Reverse)  


73 comments:

  1. Very nice program and easy to understand

    ReplyDelete
  2. Nice Practical
    And easy to understand

    ReplyDelete
  3. Printing Reverse No using Function
    In this programme it displays the reverse order number 👈👉

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. Nice program . visit more good coding program collection Click Here

    ReplyDelete
  6. Understand sir
    B 02 Ganesh Gaikwad

    ReplyDelete
  7. B-13-Ghumare Sonali Sudam
    Understood sir

    ReplyDelete
  8. Thanks for sharing such a informatic blog If you are searching for best Python assignment help in Australia then Online Assignment Expert is the best choice for you. We provide top quality writing services at affordable rates. We have expert writers who provide you top rated services.
    Python assignment help

    ReplyDelete
  9. Thanks for sharing such a relevant post! If you are a collage student and looking for Python assignment help then you can ask for BookMyEssay professionals and get complete privacy guarantee and unlimited free referencing with 24/7 live chat support.

    ReplyDelete

  10. We sincerely appreciate your efforts in sharing this enlightening blog. It has undeniably demonstrated its significant worth, particularly within the realm of Assignment Services. Numerous individuals have expressed their satisfaction with it. The key is to identify the top-notch resource that complements your unique learning approach and objectives.

    ReplyDelete
  11. Python Assignment Help is a lifesaver! They not only helped me understand complex Python concepts but also ensured that my assignment was well-structured and error-free.
    Python Assignment Help

    ReplyDelete

Microsoft’s latest Surface Pro X is now available in India

  Microsoft Surface Pro X 2020 is now available in India at a starting price of Rs 1,49,999.  Here's everything you would like to unders...