Commit 2ab1d6e3 by BellCodeEditor

save project

parent ab766d19
import func
total=func.diancai()
alll=func.suanqian(total)
print("你获得了"+str(alll)+"分")
\ No newline at end of file
...@@ -20,5 +20,5 @@ def suanqian(money): ...@@ -20,5 +20,5 @@ def suanqian(money):
count+=i count+=i
return count return count
pay=suanqian(diancai()) #pay=suanqian(diancai())
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