Skip to content

The Python chr() function is used to get a string representing a character that points to a Unicode code integer. For example, chr(97) returns the string 'a'. This function takes an integer argument and throws an error if it exceeds the specified range. The default range of the argument is 0 to 1114111.

Notifications You must be signed in to change notification settings

Ort0x36/chr_pyfunction_emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

About

The Python chr() function is used to get a string representing a character that points to a Unicode code integer. For example, chr(97) returns the string 'a'. This function takes an integer argument and throws an error if it exceeds the specified range. The default range of the argument is 0 to 1114111.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages