Char to Ascii
A_ascii = ord('A') # 65a_ascii = ord('a') # 97
Ascii to Char
A_char = chr(65) # Aa_char = chr(97) # a
ord('A') and chr(65)
Char to Ascii
A_ascii = ord('A') # 65a_ascii = ord('a') # 97
Ascii to Char
A_char = chr(65) # Aa_char = chr(97) # a
❤️ Is this article helpful?
Buy me a coffee ☕ or support my work via PayPal to keep this space 🖖 and ad-free.
Do send some 💖 to @d_luaz or share this article.
✨ By Desmond Lua
A dream boy who enjoys making apps, travelling and making youtube videos. Follow me on @d_luaz
👶 Apps I built
Travelopy - discover travel places in Malaysia, Singapore, Taiwan, Japan.