if loop with two not equal to conditions in python code example
Example 1: python not equal multiple values
while choice not in [1, 2, 3]:
Example 2: if statements equals same value python
if min(A, B, C, D) >= 2:
print A, B, C, D
while choice not in [1, 2, 3]:
if min(A, B, C, D) >= 2:
print A, B, C, D