valeurs ascii en python de
c = 'p'
print("The ASCII value of '" + c + "' is", ord(c))
Outstanding Ostrich
c = 'p'
print("The ASCII value of '" + c + "' is", ord(c))