Skip to content

Commit

Permalink
Update validador.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fmonroy75 authored Aug 17, 2024
1 parent 249770d commit d711291
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions validador.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ def validate(opciones, eleccion):

# Definir validación de eleccion
##########################################################################
pass

while eleccion not in opciones:
print(f'Opción no válida, ingrese una de las opciones válidas: {opciones}')
eleccion = input("Ingresa una opción: ")
##########################################################################
return eleccion

Expand Down

0 comments on commit d711291

Please sign in to comment.