Applet 3: Read the file and print it out, if not present, prompt error message

Source: Internet
Author: User

The implementation code is as follows:

Attention:

1. String formatting

Print (' I ' m%s. I ' m%d year old '% (' Zhu ', 24)) is a template. %s is the first format character, which represents a string. %d is the second format character, which represents an integer. (' Zhu ', 24) Two elements replace the values of%s and%d, respectively

Print ("I ' m% (name) s. I ' m% (age) d years old "% {' name ': ' Zhu ', ' Age ': 24}) use a dictionary to pass real values. Two format characters are named. The name is used () enclosed. One key for each named corresponding dictionary

2. Abnormal

Multiple exceptions can be thrown in a try statement block try,,except,,except

else if no exception is thrown in the try block, the ELSE clause is executed

A finally clause, which is bound to be executed, regardless of whether an exception occurs in a try clause; the finally clause is commonly used at the end of a program to close a file or network socket

Applet 3: Read the file and print it out, if not present, prompt error message

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.