Commit 789d8d6e by BellCodeEditor

save project

parent 69049a96
Showing with 6 additions and 2 deletions
with open(r"C:\Users\Administrator\Desktop\盛夏.txt","r",encoding="utf-8") as a:
z=a.read()
print(z)
z=a.readlines()
#print(z)
for i in z:
print(i)
\ No newline at end of file
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