What is CHR () in Python?

What is CHR () in Python?

Correct answer is that, chr() is a built-in function in Python that is used to convert an ASCII code to its corresponding character. The parameter passed to the function is a numeric, integer type value. The function returns a character for which the parameter is the ASCII code..

Post a Comment

0 Comments