Commit b3a290c2 by BellCodeEditor

save project

parent 302954ae
Showing with 14 additions and 5 deletions
'''
def superidol():
total=[]
while True:
unit=input('?')
if unit=='q':
break
break
else:
try:
unit=int(unit)
......@@ -12,9 +13,18 @@ def superidol():
else:
total.append(unit)
finally:
print("*"*30)
print("-"*30)
return total
result=superidol()
print(result)
\ No newline at end of file
'''
money=[]
p=0
def SB250(money):
b250=0
for i in money:
b250=b250+i
return b250
gui=[520,1314,666,114514,208200]
con=sum(gui)
print(con)
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