Commit 7a380432 by BellCodeEditor

save project

parent 15655a44
Showing with 6 additions and 0 deletions
city=["a","b","c"]
k=input("去哪?")
if k in city:
print("可去"+k)
else:
print('没有'+k+'city')
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