Example 2: How len() works with strings and bytes? testString = '' print('Length of', testString, 'is', len(testString)) testString = 'Python'.
確定! 回上一頁