Commit e425f646 by BellCodeEditor

save project

parent 8e917488
Showing with 7 additions and 0 deletions
...@@ -6,4 +6,11 @@ for i in a: ...@@ -6,4 +6,11 @@ for i in a:
date=i.split() date=i.split()
print(date[0]) print(date[0])
print(date[1:]) print(date[1:])
num=0
for fo in date[1:]:
num+=int(fo)
c=date[0]
b=str(c)+str(num)
print(b)
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