circuitpython/tests/feature_check/byteorder.py
2021-03-15 19:27:36 +05:30

4 lines
33 B
Python

import sys
print(sys.byteorder)