Outils pour utilisateurs

Outils du site


journal_20150112

Ceci est une ancienne révision du document !


On a du plastique de couleur ! (trop même) - du PLA, et de l'ABS.

On a appris le codage https://fr.wikipedia.org/wiki/ROT13. On l'a implémenté (en copiant sur stack overflow)

import string #fixed typo was using
rot13 = string.maketrans( 
    "ABCDEFGHIJKLMabcdefghijklmNOPQRSTUVWXYZnopqrstuvwxyz", 
    "NOPQRSTUVWXYZnopqrstuvwxyzABCDEFGHIJKLMabcdefghijklm")
print(string.translate("Gaetan, Pierre, Chloe et Noe sont au Gnan Club", rot13))
journal_20150112.1421089229.txt.gz · Dernière modification: 2017/09/28 15:44 (modification externe)