Commit 7c333515 by BellCodeEditor

save project

parent 26d4f521
Showing with 5 additions and 5 deletions
# 写入同学们的捐赠明细:
file=open(r"C:\Users\玛酷\Desktop\text.txt","w",encoding="utf-8")
#file.write('小强:12本','李明:15本')
file.write('小强:10本')
file.close()
\ No newline at end of file
with open(r"C:\Users\EDY\Documents\hh\a.txt","r",encoding="utf-8")as file:
for b in file:
if "小强:12本"in b:
print("hgjyg")
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