Python 3 takes all string characters as Unicode code point. The lenght of a string is always equivalent to the number of characters. >>> s = ...
確定! 回上一頁