파이썬과 엔디안

feanor의 이미지

트랙백: http://kldp.org/node/69446

파이썬에서 엔디안을 알아내는 것은 다음과 같이 썰렁하게 됩니다. 엔디안에 따라 big 또는 little 이 출력됩니다.

import sys
print sys.byteorder