Solución
MB@miguelbolanoruiz_eb7f003c
·hace 1dTypeScriptsolution.tsTypeScript
def at_least_one_true(first_value: bool, second_value: bool) -> bool:
if first_value or second_value:
return True
return False0respuestas
def at_least_one_true(first_value: bool, second_value: bool) -> bool:
if first_value or second_value:
return True
return FalseAún no hay respuestas
¡Sé el primero en responder!
Recuerda ser amable. Estás comentando la solución de otra persona. Comparte tu perspectiva de forma constructiva y respetuosa.