题解 | #俱乐部的成员#

俱乐部的成员

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")

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务