Commit cabf4d0c by BellCodeEditor

save project

parent ee00220d
Showing with 8 additions and 3 deletions
try:
def new(): def new():
total = [] total = []
while True: while True:
unit= input("请输入:") try:
if unit== 'q': unit= int(input("请输入:"))
except:
print("6***6****6")
else:
if unit== -1:
print("6**********************************6***********************************6")
break break
else: else:
total.append(unit) total.append(unit)
......
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