News
Python uses Unicode by default, so you can write anything you want. Let's see an example: € (Euro symbol) ASCII (limited characters) shows a weird character because it can't represent Euro.
Return the string representing a character whose Unicode code point is the integer i. For example, chr(97) returns the string 'a', while chr(8364) returns the string '€'. This is the inverse of ord().
Results that may be inaccessible to you are currently showing.
Hide inaccessible results