Commit bc35bf08 by BellCodeEditor

save project

parent 603e12c3
import func
d=func.new_input()
e=func.sum(d)
print(str(e)+"分")
\ No newline at end of file
...@@ -21,6 +21,6 @@ def sum(b): ...@@ -21,6 +21,6 @@ def sum(b):
return c return c
d=new_input() # d=new_input()
e=sum(d) # e=sum(d)
print("一共"+str(e)+"元") # print("一共"+str(e)+"元")
\ 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