Print in reverse order

Source: Internet
Author: User

I started to learn python. I personally like to learn the knowledge points while watching instances, so I found "python100 Examples" on the Internet ",

The case is good, but there are several examples that cannot be implemented correctly, for example, the 29th example -- "to a positive integer of no more than five digits,

Requirements: 1. Calculate the number of digits. 2. Print the numbers in reverse order. "For example:

The method written above is incorrect when running. If a friend who is also learning Python does not know how to write it, try:

Number = raw_input ()
Print '% d bits' % Len (number)

# Print the numbers in reverse order
STR = STR (number)
For T in range (1, Len (STR) + 1 ):
Print STR [-T]

 

I hope this will help you with Python beginners!

Print in reverse order

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.