micropython/tests/cpydiff/modules_array_containment.py

10 wiersze
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"))