python-dev avatar

Python Program to Find ASCII Value of Character

python-dev

Published: 22 Mar 2020 › Updated: 22 Mar 2020Python Program to Find ASCII Value of Character

Python Program to Find ASCII Value of Character

# Program to find the ASCII value of the given character

c = 'p'
print("The ASCII value of '" + c + "' is", ord(c))

Leave Python Program to Find ASCII Value of Character to:

Written by

Read more #python-dev posts


Best Posts From python-dev

We have not curated any of python-dev's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From python-dev