Computer Science, asked by dipikarathod476, 5 months ago

Write a Python Program to find ASCII value of character present in a string

Answers

Answered by indrajeet13062
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