Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 45)
45.
What is the purpose of the chr() function?
Returns the character at a specified Unicode code point
Converts a string to uppercase
Checks if a variable is of a certain type
Rounds a floating-point number down to the nearest integer
Answer: Option
Explanation:
The chr() function returns a string representing a character whose Unicode code point is the integer.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.