Commit 64569d3f by BellCodeEditor

save project

parent 909ebe35
Showing with 34 additions and 1 deletions
inport func
a = func.new_inport()
b = func.sum(a)
print("总成绩是",b)
...@@ -19,7 +19,7 @@ def sum( money ): ...@@ -19,7 +19,7 @@ def sum( money ):
s = s + i s = s + i
return s return s
#a = new_input() #a = new_input()
#m#oney = sum(a) #money = sum(a)
#print(money) #print(money)
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