Commit 61f80efb by BellCodeEditor

save project

parent fc78e6e6
import func
a = func.smx()
i = func.sum(a)
print(str(i))
...@@ -19,6 +19,4 @@ def sum(money): ...@@ -19,6 +19,4 @@ def sum(money):
count = count + i count = count + i
return count return count
prise=smx #
pay=sum(prise) \ No newline at end of file
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