Commit b2bd6ad8 by BellCodeEditor

save project

parent 10538cb2
Showing with 1 additions and 1 deletions
...@@ -18,7 +18,7 @@ result=new_input() ...@@ -18,7 +18,7 @@ result=new_input()
def zongjia(list): def zongjia(list):
j=0 j=0
for i list: for i in list:
j+=i j+=i
return j return j
print('总价是'+str(zongjia(new_input()))) print('总价是'+str(zongjia(new_input())))
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