circuitpython/tests/feature_check/byteorder.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
33 B
Python
Raw Normal View History

2015-08-29 18:02:20 -04:00
import sys
2021-03-15 09:57:36 -04:00
2015-08-29 18:02:20 -04:00
print(sys.byteorder)