Commit 6e54e3d6 by BellCodeEditor

save project

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