Commit 4fc19e3d by BellCodeEditor

save project

parent ec0a3b51
Showing with 4 additions and 5 deletions
......@@ -5,7 +5,7 @@
#file.close()
#with open(r"C:\Users\Administrator\OneDrive\桌面\text.txt","a",encoding='utf-8')as file:
#file.write('小强:12本\n李明:15本')
with open(r"C:\Users\Administrator\OneDrive\桌面\text.txt","r",encoding='utf-8')as file:
for i in file:
if "小强:10本" in file:
print("在文件里")
\ No newline at end of file
#with open(r"C:\Users\Administrator\OneDrive\桌面\text.txt","r",encoding='utf-8')as file:
#for i in file:
#if "小强:10本" in file:
#print("在文件里")
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