Commit 646439c4 by BellCodeEditor

save project

parent 6b373045
Showing with 5 additions and 2 deletions
......@@ -13,4 +13,7 @@ def new_input():
total.append(price)
print(total)
return total[2]
new_input()
\ No newline at end of file
a=new_input()
for i in a:
sumnum+=i
print(sumnum)
\ 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