micropython/tests/feature_check/byteorder.py

3 lines
32 B
Python
Raw Normal View History

2015-08-30 06:02:20 +08:00
import sys
print(sys.byteorder)