Commit 4fe49541 by BellCodeEditor

save project

parent 51018483
Showing with 5 additions and 0 deletions
...@@ -4,6 +4,10 @@ def new_input(): ...@@ -4,6 +4,10 @@ def new_input():
jjk=input("输入") jjk=input("输入")
if jjk=="i": if jjk=="i":
break break
try:
jjk=int()
except:
print("错了")
else: else:
tatol.append(jjk) tatol.append(jjk)
print(tatol) print(tatol)
......
++ "b/\345\267\245\344\270\232\344\270\216.py"
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