Python - Operators and Expression Evaluation
How can you check if none of the elements in list
nums = [0, '', None] are present in another list check = [1, 2, 3] using membership operators?