Commit 6e54e3d6 by BellCodeEditor

save project

parent d7439267
Showing with 17 additions and 9 deletions
try:
age = int(input('姚**能再活几年?'))
except :
print('??????')
print('哦')
\ No newline at end of file
t=[]
while True:
u=input("请输入:")
if u=='q':
break
else:
t.append(u)
print(t)
\ No newline at end of file
def mc():
t=[]
while True:
u=input("请输入:")
if u=='q':
break
else:
t.append(u)
print(t)
mc()
\ 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