Commit 2a94d1a7 by BellCodeEditor

save project

parent 4ba0a69e
Showing with 9 additions and 7 deletions
a=open(r"C:\Users\A8\Desktop\Microsoft Edge.lnk\a.txt","w",encoding="utf-8")
a.write("s:12本")
a.write("a:11本")
a.write("z:9本")
a.write("d:16本")
file.close()
\ No newline at end of file
#a=open(r"C:\Users\A8\Desktop\Microsoft Edge.lnk\a.txt","w",encoding="utf-8")
#a.write("福州市:12本")
#a.write("恶妇:11本")
#a.write("色方式:9本")
#a.write("发色弱:16本")
#a.close()
with open(r"C:\Users\A8\Desktop\Microsoft Edge.lnk\a.txt","w",encoding="utf-8") as a:
a.write("发色弱:16本")
\ 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