Skip to content

Commit

Permalink
Update print_preguntas.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StudentNPD authored Aug 20, 2024
1 parent f52a54f commit fc8662c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions print_preguntas.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
def print_pregunta(enunciado, alternativas):
"""Imprime el enunciado de una pregunta y sus alternativas.
Args:
Parámetros:
enunciado (str): El texto del enunciado de la pregunta.
alternativas (list): Una lista de tuplas, donde cada tupla contiene la alternativa (str) y un valor booleano (int) que indica si la alternativa es correcta o no.
Returns:
Return:
None
"""
print(enunciado)
Expand Down

0 comments on commit fc8662c

Please sign in to comment.