micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
categories: Modules,array
|
||||
description: Looking for integer not implemented
|
||||
cause: Unknown
|
||||
workaround: Unknown
|
||||
"""
|
||||
import array
|
||||
|
||||
print(1 in array.array("B", b"12"))
|
Reference in New Issue
Block a user