micropython/tests/cpydiff/types_bytes_subscrstep.py

8 lines
145 B
Python

"""
categories: Types,bytes
description: Bytes subscr with step != 1 not implemented
cause: Unknown
workaround: Unknown
"""
print(b'123'[0:3:2])