micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# tuple slicing
|
||||
|
||||
x = (1, 2, 3 * 4)
|
||||
|
||||
print(x[1:])
|
||||
print(x[:-1])
|
||||
print(x[2:3])
|
Reference in New Issue
Block a user