micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
categories: Modules,array
|
||||
description: Subscript with step != 1 is not yet implemented
|
||||
cause: Unknown
|
||||
workaround: Unknown
|
||||
"""
|
||||
import array
|
||||
|
||||
a = array.array("b", (1, 2, 3))
|
||||
print(a[3:2:2])
|
Reference in New Issue
Block a user