Commit 46e601ca by BellCodeEditor

auto save

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