Commit 47ac4605 by BellCodeEditor

save project

parent 6f4cf118
Showing with 7 additions and 3 deletions
......@@ -15,9 +15,13 @@
# if '李文:9本'data:
# print("在")
# filel.repiace('李文:9本','李文:12本')
filel=open(r'C:\Users\CM\Desskpot\C:\Users\test.','a',encoding='utf-8')
filel=open(r'C:\Users\CM\Desskpot\C:\Users\test.','a',encoding='utf-8')
filel.split()
print(filel[1:])
a=filel.readlines()
for i in a:
print(i)
for i in a:
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