issue79:python
Différences
Ci-dessous, les différences entre deux révisions de la page.
issue79:python [2014/01/21 11:59] – créée andre_domenech | issue79:python [2014/01/21 12:00] (Version actuelle) – andre_domenech | ||
---|---|---|---|
Ligne 69: | Ligne 69: | ||
Blocs de code : | Blocs de code : | ||
p. 8 haut : | p. 8 haut : | ||
+ | |||
+ | |||
intable = ‘aeiou’ | intable = ‘aeiou’ | ||
outtable = ‘12345’ | outtable = ‘12345’ | ||
Ligne 74: | Ligne 76: | ||
astr = “The time has come” | astr = “The time has come” | ||
astr.translate(trantable) | astr.translate(trantable) | ||
+ | |||
+ | |||
p. 8 bas : | p. 8 bas : | ||
+ | |||
+ | |||
\x54\x68\x65\x20\x74\x69\x6d\x65\x20\x68\x61\x73\x20\x63\x6f\x6d\x65 | \x54\x68\x65\x20\x74\x69\x6d\x65\x20\x68\x61\x73\x20\x63\x6f\x6d\x65 | ||
T | T | ||
Ligne 88: | Ligne 94: | ||
\xe8\xe9\xea\xeb\xec\xed\xee\xef\xf0\xf1\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xfb | \xe8\xe9\xea\xeb\xec\xed\xee\xef\xf0\xf1\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xfb | ||
\xfc\xfd\xfe\xff' | \xfc\xfd\xfe\xff' | ||
+ | |||
Page 9 haut : | Page 9 haut : | ||
+ | |||
+ | |||
from string import maketrans | from string import maketrans | ||
# | # |
issue79/python.1390301976.txt.gz · Dernière modification : 2014/01/21 11:59 de andre_domenech