Commit 6357a528 by BellCodeEditor

save project

parent 4fd0e77d
Showing with 24 additions and 1 deletions
with open(r'1.txt','w',encoding='utf-8') as f1: c
f1.write('锦瑟'+'\n')
f1.write('[唐] 李商隐'+'\n')
f1.write('锦瑟⽆端五⼗弦,'+'\n')
f1.write('⼀弦⼀柱思华年。'+'\n')
f1.write('庄⽣晓梦迷蝴蝶,'+'\n')
f1.write('望帝春⼼托杜鹃。'+'\n')
f1.write('沧海⽉明珠有泪,'+'\n')
f1.write('蓝⽥⽇暖⽟⽣烟。'+'\n')
f1.write('此情可待成追忆,'+'\n')
f1.write('此情可待成追忆,'+'\n')
锦瑟
[唐] 李商隐
锦瑟⽆端五⼗弦,
⼀弦⼀柱思华年。
庄⽣晓梦迷蝴蝶,
望帝春⼼托杜鹃。
沧海⽉明珠有泪,
蓝⽥⽇暖⽟⽣烟。
此情可待成追忆,
此情可待成追忆,
f = open(r'1.txt','r',encoding='utf-8')
a = f.write('1')
f.close()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment