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:
unit= input("请输入:")
if unit== 'q':
s=input("吃啥")
if s =="q":
break
else:
total.append(unit)
print(total)
\ No newline at end of file
a.append(s)
print(a)
\ 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