circuitpython/tests/cpydiff/modules_array_containment.py
Scott Shawcroft b057fb8a4b
codeformat
2021-04-19 22:22:44 -07:00

10 lines
168 B
Python

"""
categories: Modules,array
description: Looking for integer not implemented
cause: Unknown
workaround: Unknown
"""
import array
print(1 in array.array("B", b"12"))