Strings are objects in Python which means that there is a set of built-in functions that you can use ... str = "This is the end" str = str[1:4] print(str).
確定! 回上一頁