Commit 376f6ec6 by BellCodeEditor

save project

parent e8c5bdad
Showing with 19 additions and 2 deletions
......@@ -6,4 +6,21 @@ yu=input('你想去哪里啊?')
if raise in city
print('可以乘坐飞机通往'+yu)
else:
print('没有'+yu+'这座城市'):
\ No newline at end of file
print('没有'+yu+'这座城市'):
def new_input():
total=[]
while True:
unit =input("(q)")
if unit == 'q':
break
else:
total.append(unit)
print(total)
new_input()
\ 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