Note: print(string[:5]) returns the same result as print(string[0:5]). 2. Get a substring 4 characters long, starting from the 3rd character ...
確定! 回上一頁