how to know if the first number in higher than the next in a for statment in python code example
Example: if statements equals same value python
if min(A, B, C, D) >= 2:
print A, B, C, D
if min(A, B, C, D) >= 2:
print A, B, C, D