Commit 7669f402 by BellCodeEditor

save project

parent 6d88eca4
Showing with 24 additions and 0 deletions
def command():
total = []
while True:
try:
print('-'*70)
unit= input("请输入:")
if unit== 'q':
break
else:
right=int(unit)
print('-'*70)
total.append(unit)
print('='*70)
print(total)
print('='*70)
except:
print('!'*70)
print('are you SB?!')
print('!'*70)
return right
command()
print(right)
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