Commit 43b07253 by BellCodeEditor

auto save

parent dc22b1a3
Showing with 10 additions and 0 deletions
# 写入复仇者们的刷怪明细:'美队:10900090只'、'雷神:1553660只'、'钢铁侠:9676440'、'浩克:1679655只'
file=open(r"C:\Users\GT\Desktop\叶祺恺最帅.txt","w",encoding="utf-8")
file.write("叶祺恺最帅")
file.close()
with open(r"C:\Users\GT\Desktop\叶祺恺最帅.txt","r",encoding="utf-8") as file:
for i in file:
if "叶祺恺最帅" in i:
print("gfyrevd fgh")
\ No newline at end of file
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