circuitpython/ports/nrf/freeze/test.py
2017-10-04 21:46:48 +02:00

5 lines
63 B
Python

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