micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
for c in "Hello":
|
||||
print(c)
|
||||
for c in "Привет":
|
||||
print(c)
|
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
for c in "Hello":
|
||||
print(c)
|
||||
for c in "Привет":
|
||||
print(c)
|