circuitpython/ports/nrf/freeze/test.py
2021-03-15 19:27:36 +05:30

6 lines
64 B
Python

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