문제 링크

정답 :

def solution(num_list, n):
    
    return int(n in num_list)