Commit a8f5d311 by BellCodeEditor

save project

parent 879d941d
def new_input():
...@@ -22,4 +22,4 @@ def sum(money): ...@@ -22,4 +22,4 @@ def sum(money):
price=new_input() price=new_input()
pay=sum(price) pay=sum(price)
print(str(pay)+"元") #print(str(pay)+"元")
\ No newline at end of file \ No newline at end of file
import func
import func
data=func.new_input()
score=func.sum(data)
print("分数为"+str(score))
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