micropython/ports/nrf/freeze/test.py

6 wiersze
64 B
Python

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