Finding ASCII value in Python

Channel:
Subscribers:
1,530
Published on ● Video Link: https://www.youtube.com/watch?v=Y9Gxka7Gg4k



Duration: 0:00
64 views
2


Finding ASCII value in Python
The ord() function is used to find the ASCII value of a character. The chr() function is used to find the equivalent character for a given ASCII value.
#python #cbse #computerscience