Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 62)
62.
What does the chr function do?
It checks if an object is a character.
It converts an integer to a character.
It calculates the character length of a string.
It creates a character set.
Answer: Option
Explanation:
The chr function in Python converts an integer to the corresponding Unicode character.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.