Update descifrador
This commit is contained in:
parent
9ad2161b99
commit
17d758d75b
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user