Python Full stack Development learning note-04. Fourth day

Source: Internet
Author: User
1. Parameters of the function, reference 2.  Lambda expression 3. Python's built-in function 4. Recursive 5. File operations

1. Open File

Open (file name/file path, open mode, encoding)

Open mode: R read-only mode, default is read-only

W write mode, unreadable; Create a file that does not exist; Clears the contents of the file if it exists

X write mode, unreadable, file does not exist, create one, file exists, error

A append mode. The file does not exist, a file is created, and if the file exists, it is appended with new content.

2. Operating files

3. Close the file

6. Job

Python Full stack Development learning note-04. Fourth day

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.