suppermen = ["如花", "星星", "赵日天"] for item in suppermen: if item == "星星": print(item) break else : print("无此人")