ニュース

スライスのインデックスを省略 スライスに添えるインデックスは、省略可能です。 コロン (:) の前を省略すると 0 を指定した場合と同じになります。 要素の最初0から開始という意味になります。
Furthermore, Python contains the notion of "slice-notation," meaning that the programmer can chose small sections of the string, called "substrings" to manipulate as well.