Commit 6615590c by BellCodeEditor

save project

parent 0927d422
import func
shuai=func.new_input()
bi=func.sum(shuai)
print(bi)
\ No newline at end of file
......@@ -20,8 +20,9 @@ def sum(money):
a=i+a
return a
pay=sum(new_input())
print('您一共消费了'+str(pay)+'元')
# pay=sum(new_input())
# print('您一共消费了'+str(pay)+'元')
......
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