OverIQ.com
Run (or Hit F9)
a_set = {99, 33, 44, 124, 25} print(100 in a_set) print(200 not in a_set)