我想区分Python中的32位和64位整数.在C中,我们可以使用int_64和声明变量,这非常简单int_32.但是在Python中我们如何区分32位整数和64位整数?
int_64
int_32
python integer
integer ×1
python ×1