Commit 5430924d by BellCodeEditor

save project

parent a5ab8815
...@@ -20,4 +20,4 @@ def abc(money): ...@@ -20,4 +20,4 @@ def abc(money):
return sb return sb
sb2 = SB() sb2 = SB()
sb1 = abc(sb2) sb1 = abc(sb2)
print("你个B用掉了" + str(sb2) + "元!!!!!扫这个B码还是SB金呢?") #print("你个B用掉了" + str(sb1) + "元!!!!!扫这个B码还是SB金呢?")
\ No newline at end of file \ No newline at end of file
import func import func
SB1 = func.SB() SB1 = func.SB()
SB2 = func.abc(SB1) SB2 = func.abc(data)
print("这位选手的总分为:" + str(SB2)) print("这位选手的总分为:" + str(sb2))
\ 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