filmov
tv
How to: Get Unicode value of a Character #python #shorts

Показать описание
How to get the unicode value of a character? And how do you do the reverse, finding the character whose unicode value is given? Python has builtin functions, ORD and CHR for this. #pyshorts #programming