Advertisements
Advertisements
Question
Explain the following built-in function.
chr()
Answer in Brief
Advertisements
Solution
| Function | Description | Syntax | Example |
| chr() | Returns the Unicode character for the given ASCII value. This function is inverse of the ord() function. | chr (i) |
|
shaalaa.com
Introduction to Python Functions
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
A named block of code that is designed to do one specific job is called ______
A Function which calls itself is called as ______
Which function is called anonymous un-named function?
What is a function?
Differentiate ceil() and floor() function?
Explain the different types of functions with an example.
Write a Python code to find the L.C.M. of two numbers.
Explain the following built-in function.
id()
Explain the following built-in function.
type()
Explain the following built-in function.
pow()
