Commit 107ea6d7 by BellCodeEditor

auto save

parent ebb6a60e
Showing with 1 additions and 1 deletions
def new_input(): def new_input():
tatol=[] tatol=[]
while True: while True:
unif=input("请输入:") unif=int(input("请输入:"))
if unif=="q": if unif=="q":
break break
try: try:
......
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