micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# test slicing when arguments are bignums
|
||||
|
||||
print(list(range(10))[(1<<66)>>65:])
|
||||
print(list(range(10))[:(1<<66)>>65])
|
||||
print(list(range(10))[::(1<<66)>>65])
|
Reference in New Issue
Block a user