c = 'p'
print("The ASCII value of '" + c + "' is", ord(c))
What is the output of the python program

Posted on by