Commit dcd9de4c by BellCodeEditor

save project

parent c55beaac
Showing with 13 additions and 2 deletions
...@@ -13,4 +13,15 @@ def hlsawd(): ...@@ -13,4 +13,15 @@ def hlsawd():
total.append(ooo) total.append(ooo)
print("-"*30) print("-"*30)
print(total) print(total)
hlsawd() hlsawd()
\ No newline at end of file
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