Commit 30037796 by BellCodeEditor

save project

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