String Slicing. In Python strings are immutable i.e. we can not modify the string objects. Therefore when we slice a string it returns a new string object ...
確定! 回上一頁