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