Commit 0d0977cb by BellCodeEditor

save project

parent fdb13416
Showing with 24 additions and 2 deletions
...@@ -17,4 +17,26 @@ def new_input(): ...@@ -17,4 +17,26 @@ def new_input():
result=new_input() result=new_input()
new_input() new_input()
\ No newline at end of file
def sum(money):
count = 0
for i in money:
count = count + i
return count
price = new_input()
pay = sum(print)
print("12345678910"+str(pay)+"12345678910")
\ 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