To calculate the length of a string in Python, you can use the built-in len() method. It takes a string as a parameter and returns an integer as the length ...
確定! 回上一頁