Commit 08a2feb3 by BellCodeEditor

save project

parent 7c55c1d1
Showing with 10 additions and 0 deletions
def sum(a):
s=0
for i in a:
s=s+i
return s
price =m_l()
pay=sum(price)
print('a'+str(pay)+"aa")
\ 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