NOMBRE_CODES = 256
for code in range(NOMBRE_CODES):
    print("Caractère n°", code, ":", chr(code))