Commit 034f8d59 by BellCodeEditor

save project

parent 9e81fc2c
Showing with 6 additions and 2 deletions
......@@ -4,4 +4,9 @@ print(a)
for i in a:
data=i.split(" ")
print(data[1:])
\ No newline at end of file
print(data[1:])
new_data=data[1:]
toatl=0
for h in new_data:
toatl=toatl+int(h)
print(toatl)
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