# coding=utf-8 id = 103 group = 'lists' number = 10 visible = True facts = None solution = '''\ memb(X, [X|_]). memb(X, [_|T]) :- memb(X, T). '''