What is the code to know the ascii value of characters in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the code to know the ascii value of characters in python?

I want to know the ascii value of both upper and lower case letters. Please help!!

29th Mar 2017, 2:23 PM
Arusha Shahi
Arusha Shahi - avatar
1 Answer
+ 7
ord() is the method you are looking for
29th Mar 2017, 3:04 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar