Skip to content

Commit

Permalink
Reto mouredev#24 - python
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramsd authored Jun 14, 2023
1 parent 443b6ad commit b652f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Retos/Reto #24 - CIFRADO CÉSAR [Fácil]/python/pyramsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def MensajeTraducido(mensaje, rot):
mensaje = Mensaje()
rot = ObtenerRot()

MensajeTraducido(mensaje, rot)
MensajeTraducido(mensaje, rot)

0 comments on commit b652f54

Please sign in to comment.