Commit 376f6ec6 by BellCodeEditor

save project

parent e8c5bdad
Showing with 18 additions and 0 deletions
......@@ -7,3 +7,20 @@ if raise in city
print('可以乘坐飞机通往'+yu)
else:
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