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.
これによると、32ビットシステムでのPythonリストの最大サイズは536,870,912要素です。
それよりも大きいサイズでリストを初期化する方法はありますか?
まあ言ってみれば:
list1 = [None]*1000000000