Skip to content

Commit

Permalink
Merge pull request #5 from GamerFox2000/GamerFox2000-patch-5
Browse files Browse the repository at this point in the history
Update 1.1.py
  • Loading branch information
SatsukiRyu authored Feb 27, 2024
2 parents e19c01e + ac36d1b commit 44c77c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.1.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def jugar_adivinanza():
elif intento > numero_secreto:
print("Demasiado alto. Intenta de nuevo.")
else:
print(f"¡Felicidades ",nombre "! ¡Adivinaste el número en {intentos} intentos!")
print(f"¡Felicidades ",nombre ,"! ¡Adivinaste el número en {intentos} intentos!")
break
volver_a_jugar = input("¿Quieres jugar de nuevo? (s/n): ")
if volver_a_jugar.lower() == "s":
Expand Down

0 comments on commit 44c77c7

Please sign in to comment.