Return a string of one character whose ASCII code is the integer. : Chr : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Chr »

 

Return a string of one character whose ASCII code is the integer.


print chr(97)
print chr(65L)
print chr(48)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Function
» Chr