Commit 148ea5a6 by BellCodeEditor

save project

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