Commit 3134d3f4 by BellCodeEditor

save project

parent 95e0fe46
Showing with 5 additions and 0 deletions
......@@ -7,3 +7,7 @@ for i in neirong:
yimaikuan=list[1:]
print(xingming)
print(yimaikuan)
sum=0
for j in yimaikuan:
sum=sum+int(j)
print(xingming+":"str(sum))
\ 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