micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# str methods with explicit start/end pos
|
||||
print("Привет".startswith("П"))
|
||||
print("Привет".startswith("р", 1))
|
||||
print("абвба".find("а", 1))
|
||||
print("абвба".find("а", 1, -1))
|
Reference in New Issue
Block a user