Commit dcd9de4c by BellCodeEditor

save project

parent c55beaac
Showing with 12 additions and 0 deletions
...@@ -14,3 +14,14 @@ def hlsawd(): ...@@ -14,3 +14,14 @@ def hlsawd():
print("-"*30) print("-"*30)
print(total) print(total)
hlsawd() hlsawd()
def lo(money):
awl=0
for i in money:
awl=awl+i
return awl
shu=o_input()
ins=lo(shu)
print("充Q布"+str(ins)+"放你走")
\ 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