chr() function in Python
Introduction
The chr() function converts an integer to its unicode character and returns it.
The syntax of chr() function is:
chr(num)
The chr() function takes in a single parameter num which is an integer in the range 0 to 1,114,111. It can return ...
blog.ashutoshkrris.in2 min read