10 lines
168 B
Python
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"))
|