Commit 92cd3bca by BellCodeEditor

save project

parent 7eaed43a
Showing with 23 additions and 0 deletions
try:
age=int(input("几岁"))
except:
print("小屁股")
else:
if age < 18:
print("大屁股")
print("巨大的屁股")
\ No newline at end of file
try:
a=[]
while True:
s=input("吃啥")
if s =="q":
break
else:
a.append(s)
print(a)
except:
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