Commit 30037796 by BellCodeEditor

save project

parent 3941b92c
Showing with 4 additions and 4 deletions
...@@ -5,12 +5,12 @@ def day(): ...@@ -5,12 +5,12 @@ def day():
if unilt=="q": if unilt=="q":
break break
else: else:
try try:
unilt=int(unilt) unilt=int(unilt)
except: except:
print("") print("输整数")
else:
toual.append(unilt)
toual.append(unilt) toual.append(unilt)
print(toual) print(toual)
day() day()
......
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