Skip to content
Snippets Groups Projects
11.py 134 B
Newer Older
hacker717's avatar
hacker717 committed
arr = [input() for _ in range(int(input()))]

research = input()

for s in arr:
    if research.lower() in s.lower():
        print(s)