mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 02:40:55 +02:00
6 lines
64 B
Python
6 lines
64 B
Python
import sys
|
|
|
|
|
|
def hello():
|
|
print("Hello %s!" % sys.platform)
|