circuitpython/ports/nrf/freeze/test.py

5 lines
63 B
Python
Raw Normal View History

import sys
def hello():
print("Hello %s!" % sys.platform)