Commit d3fa1a7b by BellCodeEditor

save project

parent 2c440f70
Showing with 4 additions and 1 deletions
...@@ -9,6 +9,8 @@ for i in y: ...@@ -9,6 +9,8 @@ for i in y:
for j in c[1:]: for j in c[1:]:
a=a+int(j) a=a+int(j)
d=c[0]+str(a) d=c[0]+str(a)
q.append() q.append(d)
with open(r"C:\Users\Administrator\Desktop\新建文本文档.txt","r",encoding="utf-8")as yu:
ze.writelies
print(d) print(d)
\ 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