micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# check whether f-strings (PEP-498) are supported
|
||||
a = 1
|
||||
print(f"a={a}")
|
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
# check whether f-strings (PEP-498) are supported
|
||||
a = 1
|
||||
print(f"a={a}")
|