Commit 23333aba by BellCodeEditor

save project

parent 0300084a
import er
import func
a=
\ No newline at end of file
price=[15,18,14,25] # price=[15,18,14,25]
def xxx(x): def xxx(x):
a=0 a=0
...@@ -6,4 +6,4 @@ def xxx(x): ...@@ -6,4 +6,4 @@ def xxx(x):
a=a+i a=a+i
print(a) print(a)
return a return a
xxx(price) # xxx(price)
...@@ -13,5 +13,5 @@ def new_input(): ...@@ -13,5 +13,5 @@ def new_input():
print('-'*60) print('-'*60)
return total return total
# print(total) # print(total)
t=new_input() # t=new_input()
print(t) # print(t)
\ 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