Write a Python Program to find ASCII value of character present in a string
Answers
Answered by
2
Answer:
To find the ASCII value of a character, we can use the ord() function, which is a built-in function in Python that accepts a char (string of length 1) as argument and returns the unicode code point for that character.
Explanation:
I think it is helpful for you.
please follow me and make me a brainlist
Similar questions