Commit c3852895 by BellCodeEditor

save project

parent d0e819f7
Showing with 3 additions and 2 deletions
def new_input(): def new_input():
a=[] a=[]
while True: while True:
...@@ -25,4 +26,4 @@ def sum(money): ...@@ -25,4 +26,4 @@ def sum(money):
n =new_input() n =new_input()
k=sum(n) k=sum(n)
print('您一共消费'+str(k)+'元!扫码还是现金呢') #print('您一共消费'+str(k)+'元!扫码还是现金呢')
\ No newline at end of file \ 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