Update descifrador

This commit is contained in:
Manuel Vergara 2024-01-13 20:37:11 +01:00
parent 9ad2161b99
commit 17d758d75b

View File

@ -132,7 +132,7 @@ def main():
""" """
code_clear() code_clear()
print(("#"*36) + "BIENVENIDO AL DESCIFRADOR DE CÓDIGOS" + ("#"*36)) print(("#"*36) + "\nBIENVENIDO AL DESCIFRADOR DE CÓDIGOS\n" + ("#"*36))
CODIGO = input("Introduzca el código a descifrar: ") CODIGO = input("Introduzca el código a descifrar: ")
print(descifrador(CODIGO)) print(descifrador(CODIGO))