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

1 | Python  1 [ 1]

x AI


1

: Huanyu Mao : : 2016-01-01

text , \n \n :

text='This is my first test. This is the second line. This the third ' print(text) # """ This is my first test. This is the second line. This the third """ text='This is my first test.\nThis is the second line.\nThis the third line' print(text) # \nc++ """ This is my first test. This is the second line. This the third line """

open

open , open 'my file.txt', , w . 'my file.txt' , w , my file.txt

my_file=open('my file.txt','w') #: open('',''), 'w':write;'r':read. my_file.write(text) # text my_file.close() #

tab

\t tab :

text='\tThis is my first test.\n\tThis is the second line.\n\tThis is the third line' print(text) # \t """ This is my first test. This is the second line. This is the third line """

:

""

wechat [wechat]
    []

    Python

    :



    Email: mofanpy@hotmail.com

    © 2022 mofanpy.com All Rights Reserved ICP20060366


    Web Proxy Viewer  |  New URL  |  Original Page