Answers for "what is the ord function in python"

1

ord() python

#Find position in alphabet
ord('a') - 96
Output: 1
Posted by: Guest on August-25-2021

Code answers related to "what is the ord function in python"

Python Answers by Framework

Browse Popular Code Answers by Language