circuitpython/ports/nrf/freeze/test.py

5 lines
63 B
Python

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