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.
>>> import sys >>> sys.getsizeof("") 40
空の文字列が非常に多くのバイトを使用するのはなぜですか? これらの40バイトに何が格納されているか知っている人はいますか?