Commit ef38c309 by BellCodeEditor

save project

parent 0d0977cb
Showing with 11 additions and 0 deletions
...@@ -40,3 +40,13 @@ def sum(money): ...@@ -40,3 +40,13 @@ def sum(money):
price = new_input() price = new_input()
pay = sum(print) pay = sum(print)
print("12345678910"+str(pay)+"12345678910") print("12345678910"+str(pay)+"12345678910")
import func
data = func.new_input()
score = func.sum(data)
\ 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