Commit 4dfdc601 by BellCodeEditor

save project

parent 83d84bfc
Showing with 3 additions and 1 deletions
......@@ -14,7 +14,9 @@ with open(r'C:\Users\CM\Desktop\book.txt','r',encoding='utf-8') as file1:
print('小强在文件中')
if '小兰:12本' in date:
print('小兰在文件中')
with open(r'C:\Users\CM\Desktop\book.txt','r',encoding='utf-8') as file1:
a=file1.read()
print(a)
......
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