Commit 56eb01c8 by BellCodeEditor

save project

parent 61ab04e4
Showing with 3 additions and 1 deletions
with open(r"C:\Users\Administrator\Desktop\新建文本文档.txt","r",encoding="utf-8")as yu: with open(r"C:\Users\Administrator\Desktop\新建文本文档.txt","r",encoding="utf-8")as yu:
y=yu.readlines() y=yu.readlines()
#print(type(y[3:5])) #print(type(y[3:5]))
q=[]
for i in y: for i in y:
c=i.split() c=i.split()
print(c[0]) print(c[0])
a=0 a=0
for j in c[1:]: for j in c[1:]:
a=a+int(i) a=a+int(j)
d=c[0]+str(a) d=c[0]+str(a)
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