0
What does the ord() function do in python?
5 Answers
+ 3
This was answered just a few days ago. Please use search bar for finding more information.
https://www.sololearn.com/Discuss/2295105/?ref=app
+ 1
python
Hope it can help.
0
It returns ASCII number of str you give it as argumant
E.g:
>>>ord('s')
58
(Above code was example and its maybe its not true)
If you dont know about ASCII just google it.
Its realy simple
0
Please post accurate answers Ramin.RX7
0
Thanks James