From cdbdcf0052064e51140a21d7b55576154de66c21 Mon Sep 17 00:00:00 2001 From: xdrm Date: Thu, 21 May 2015 20:57:20 +0200 Subject: [PATCH] Alignement final de l'affichage du message encode --- source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.py b/source.py index fa7dd75..cb7f722 100644 --- a/source.py +++ b/source.py @@ -95,4 +95,4 @@ for c in range(0, len(m)): rotateRotors(ROTOR); # on pivote les rotors print -print 'Enigma: ', M \ No newline at end of file +print 'Enigma :', M \ No newline at end of file