Some computers may be 32-bit architectures, and Python may use 32-bits to represent numbers - beware! ... import sys sys.getsizeof(2**256) # size in bytes
確定! 回上一頁