题解 | #俱乐部的成员#

俱乐部的成员

https://www.nowcoder.com/practice/3456ee52540c4efb8b39e42f0ec4b927

list = input().split()
str = input()
x=-1
for i in range(len(list)):
    if list[i]==str:
        x = i
if x == -1:
    print("False")
else:print("True")

全部评论

相关推荐

GGrain:没事,本硕985也不发面试笔试😖
点赞 评论 收藏
分享
有工作后先养猫:太好了,是超时空战警,我们有救了😋
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务