Commit b5b069c3 by BellCodeEditor

save project

parent e3f187f6
Showing with 14 additions and 3 deletions
......@@ -4,9 +4,16 @@ while True:
if unit='p'
break
else:
try:
unit=int(unit)
except:
print("请重新输入")
else :
total.append(unit)
finally:
print("-"*30)
print(total)
return unit
def sum (money):
count=()
......
import func
data=funt.new_input()
score=funt.sum(data)
\ 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