Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 28)
28.
What is the purpose of the ord() function?
Returns the ASCII value of a character
Computes the power of a number
Converts a string to uppercase
Checks if a variable is of a certain type
Answer: Option
Explanation:
The ord() function returns the ASCII value of a character.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.