By passing a string to the built-in function len() , its length (number of characters) is returned as an integer value. s = 'abcde' print(len(s)) ...
確定! 回上一頁