[ Web Proxy ]
URL:
Viewing: https://mofanpy.com/tutorials/python-basic/basic/read-file2 [Back]  [Original]

2 | Python  2 [ 2]

x AI


2

: Huanyu Mao : : 2016-01-01

3 my file.txt , :

This is my first test. 
This is the second line.
This the third

This is appended file., append_file \n:

append_text='\nThis is appended file.' # "\n" my_file=open('my file.txt','a') # 'a'=append my_file.write(append_text) my_file.close() """" This is my first test. This is the second line. This the third line. This is appended file. """" #

  • append open('my file.txt','a') a a append
  • w

:

""

wechat [wechat]
    []

    Python

    :



    Email: mofanpy@hotmail.com

    © 2022 mofanpy.com All Rights Reserved ICP20060366


    Web Proxy Viewer  |  New URL  |  Original Page