Mega Code Archive
Categories
/
Python Tutorial
/
Buildin Function
Return a string of one character whose ASCII code is the integer
print chr(97) print chr(65L) print chr(48)