Commit d292d66e by BellCodeEditor

save project

parent f8db0627
Showing with 6 additions and 0 deletions
......@@ -6,3 +6,8 @@ for i in a:
date=i.split()
print(date[0])
print(date[1:])
sum=0
for saless in date[1:]:
sum=sum+str9sum
result = date[0]+str(sum)
print(result)
\ 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