官术网_书友最值得收藏!

Pre colon

If, for example, you want to take the first three elements of a list, everything before element number 3, we can say :3 to get the first three elements, 1, 2, and 3, and if you think about what's going on there, as far as indices go, like in most languages, we start counting from 0. So element 0 is 1, element 1 is 2, and element 2 is 3. Since we're saying we want everything before element 3, that's what we're getting.

So, you know, never forget that in most languages, you start counting at 0 and not 1.

Now this can confuse matters, but in this case, it does make intuitive sense. You can think of that colon as meaning I want everything, I want the first three elements, and I could change that to four just again to make the point that we're actually doing something real here:

x[:4]

The output of the above code example is as follows:

[1, 2, 3, 4]
主站蜘蛛池模板: 华容县| 济宁市| 济南市| 禹城市| 襄垣县| 郑州市| 西峡县| 寿阳县| 子洲县| 济宁市| 特克斯县| 汤原县| 庆安县| 婺源县| 河间市| 巴中市| 宁明县| 南平市| 鄂州市| 尼玛县| 南召县| 吉木萨尔县| 长兴县| 绥江县| 义马市| 黎城县| 青神县| 依兰县| 焉耆| 乌拉特前旗| 巴塘县| 故城县| 穆棱市| 绥宁县| 大方县| 揭阳市| 屏山县| 肥西县| 江源县| 城步| 浦北县|