Commit fba53d44 by BellCodeEditor

save project

parent 97236704
...@@ -18,7 +18,7 @@ def sum(money): ...@@ -18,7 +18,7 @@ def sum(money):
for i in money: for i in money:
sum = i+sum sum = i+sum
return sum return sum
totalsb = new_sb() #totalsb = new_sb()
pay = sum(totalsb) #pay = sum(totalsb)
print(pay) #print(pay)
import func
data = func.new_sb()
dsb = func.sum(data)
print('这个学生的总分为:'+str(dsb))
\ 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