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