News

Without arguments, return the list of names in the current local scope. With an argument, attempt to return a list of valid attributes for that object. Python dir() built-in function The dir() ...
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().