Code:
c = input("Enter a character: ")
print("The ASCII value of '" + c + "' is",ord(c))
Output:
Execute and get the output.
More Python Programs:
Best gifts for Christmas Day | Greeting cards for Christmas Day | Gift your children a new gift on Christmas day This Christmas d...