Commit f42f2956 by BellCodeEditor

auto save

parent dc22b1a3
Showing with 6 additions and 0 deletions
with open(r"D:\编程备课\python\py2的答案\12.文件读写(一)\test.txt","r",encoding="utf-8") as file:
for i in file:
if '小强:10本' in i
print("小强存在")
if '小兰:12本' in i
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