Commit 7e80224b by BellCodeEditor

save project

parent 9dcc1657
Showing with 5 additions and 12 deletions
total = []
def new_input():
try:
unit=int(input('ghfdhgdfhgdfhjfdhjdfshjdfshgfdsdfshhgfd'))
except:
print()
else:
total.append(unit)
while True:
new_input()
print(total)
\ No newline at end of file
price=[15,18,14,25]
def sum(money):
cctv=0
for i in price:
cctv=cctv+1
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