Commit 42259637 by BellCodeEditor

save project

parent 2cd9fcea
Showing with 5 additions and 1 deletions
......@@ -9,5 +9,8 @@ def key_():
total.append(int(unit))
except:
print("要输入数字")
return total
l_w=0
for i in total:
l_w=l_w+i
return l_w
print(key_())
\ 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