Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大量のデータを含む配列のリストを作成しました。次に例を示します。
[[233,443423,2554,4534,453245,254554,......], [343,6564,453,356,45645,........],....]
(それぞれ 13 の要素を含む約 100 万のリスト)
問題は、このリストのリストを印刷しようとすると、6 つのリストと各リストから 6 つの要素のみが印刷され、リストと要素の間に 3 つのドットがあることです。
なぜこれが起こるのですか?