Commit 2c28f10f by BellCodeEditor

save project

parent 7eaed43a
Showing with 13 additions and 0 deletions
liee=[]
try:
a=int(input("请输入"))
except:
print("请输入正数")
else:
if a >12:
liee=a
print("已加入",liee)
else:
print("不满足")
print("程序结束")
\ No newline at end of file
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