Se A ou B em Python
if a or b case in Python
if condition_1 or condition_2:
do somthing...
Victorious Vulture
if a or b case in Python
if condition_1 or condition_2:
do somthing...