Commit 919fc005 by BellCodeEditor

save project

parent 68adb195
Showing with 269 additions and 0 deletions
def mm():
total = []
while True:
unit= input("请输入:")
if unit== 'q':
break
else:
total.append(unit)
try:
unit = int(unit)
except:
print("给爷重输)
print(total)
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