micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# MicroPython doesn't support tuple argument
|
||||
|
||||
try:
|
||||
"foobar".endswith(("bar", "sth"))
|
||||
except TypeError:
|
||||
print("TypeError")
|
Reference in New Issue
Block a user