ASCII
American Standard Code for Information Interchange est un standard pour représenter les caractères en informatique afin de pouvoir échanger de l'information. En Python la commande ord('a') renvoie le code ASCI du caractère 'a'.
American Standard Code for Information Interchange est un standard pour représenter les caractères en informatique afin de pouvoir échanger de l'information. En Python la commande ord('a') renvoie le code ASCI du caractère 'a'.