Commit 148ea5a6 by BellCodeEditor

save project

parent ee8a6825
Showing with 7 additions and 10 deletions
cc
content="你好!"+name
return content
result=hello("哈哈")
print(result)
\ No newline at end of file
import func
data = func.new_input()
......@@ -20,6 +20,6 @@ def sum(money):
count = count + i
return count
price = new_input()
pay = sun(price)
print("您一共消费了" + str(pay) + "元!扫码还是现金呢?")
\ No newline at end of file
# price = new_input()
# pay = sun(price)
# print("您一共消费了" + str(pay) + "元!扫码还是现金呢?")
\ 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