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

Complex data structures

You can also have complex data structures with lists. So you don't have to just put numbers in it; you can actually put strings in it. You can put numbers in it. You can put other lists in it. It doesn't matter. Python is a weakly-typed language, so you can pretty much put whatever kind of data you want, wherever you want, and it will generally be an OK thing to do:

y = [10, 11, 12]
listOfLists = [x, y]
listOfLists

In the preceding example, I have a second list that contains 10, 11, 12, that I'm calling y. I'll create a new list that contains two lists. How's that for mind blowing? Our listofLists list will contain the x list and the y list, and that's a perfectly valid thing to do. You can see here that we have a bracket indicating the listofLists list, and within that, we have another set of brackets indicating each individual list that is in that list:

[[ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], [10, 11, 12]]

So, sometimes things like these will come in handy.

主站蜘蛛池模板: 龙游县| 秭归县| 柳林县| 大英县| 洛川县| 临澧县| 离岛区| 永安市| 钟祥市| 长寿区| 芒康县| 河曲县| 陕西省| 长岭县| 漾濞| 玛沁县| 棋牌| 长顺县| 会理县| 沐川县| 岳西县| 衡水市| 资源县| 铜梁县| 平利县| 福安市| 霸州市| 长岛县| 彭山县| 利津县| 达拉特旗| 连江县| 和田县| 灌南县| 嘉鱼县| 合山市| 祥云县| 汪清县| 邯郸县| 射洪县| 德格县|