Commit 72f66e1a by BellCodeEditor

save project

parent d69ccd9a
Showing with 3 additions and 2 deletions
with open(r'c:\Users\mac\Desktop\新建文件夹\豆子.txt','r',encoding='utf-8') as file1: with open(r'c:\Users\mac\Desktop\新建文件夹\豆子.txt','r',encoding='utf-8') as file1:
g=file1.read() g=file1.readlines()
print(g) for i in g:
print(i)
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