Commit baf894ab by BellCodeEditor

save project

parent 72e96286
Showing with 6 additions and 1 deletions
...@@ -4,5 +4,10 @@ as filei: ...@@ -4,5 +4,10 @@ as filei:
for i in a: for i in a:
data = i.split() data = i.split()
print(data[1:]) sum=0
for x in data[1:]:
sum=sum+int(x)
y=data[0]+str(sun)
print(y)
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