Python’s ord() function accepts a single unit of character and returns the equivalent Unicode of the passed argument. In other words, the `ord()` function can take a string or character of length one ...
Execução da função f("BRASIL", 3, 10): Iteração 1 (i='B'): r = ord('B') + 10 -> ord('L'); aux = ['L']; arg3 = 11 -> arg3 = 1 Iteração 2 (i='R'): r = ord('R ...
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().
Some results have been hidden because they may be inaccessible to you
Show inaccessible results