Python calculates the number of input files,

Source: Internet
Author: User

Python calculates the number of input files,

This example describes how to calculate the number of input files in Python. Share it with you for your reference. The details are as follows:

Check whether the number is the number of input files. Use the 196 algorithm to generate the number of input files.

Num = 905; def is_Palindrome (num): "determines whether a number is a return number. Here it is a coincidence: param num: return:": param num:: return: "" temp = "% d" % num; str = temp [:-1]; if temp = str: return True; else: return False; def create_Palindrome (num): "Use the 196 algorithm to calculate the number of replies of a specified number: param num: return:" "count = 0; while True: if True = is_Palindrome (num): output = "this is a number of replies: % d" % num + "\ r \ n total times % d" % count; print (output); break; else: num = add (num); count + = 1; def add (num): "" add num to the inverted Number: param num: return: "" temp = "% d" % num; str = temp [:-1]; return int (temp) + int (str ); print (create_Palindrome (num ));

I hope this article will help you with Python programming.

Related Article

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.