Python afirma múltiples condiciones
assert 1 + 1 == 3 and 1 + 2 == 5, "Error occurred somewhere"
Biggus Dickus
assert 1 + 1 == 3 and 1 + 2 == 5, "Error occurred somewhere"