aboutsummaryrefslogtreecommitdiff
path: root/tests/cpydiff/types_str_subscrstep.py
blob: 2d3245e5582f594f9776fada1580859d66160493 (plain)
1
2
3
4
5
6
7
"""
categories: Types,str
description: Subscript with step != 1 is not yet implemented
cause: Unknown
workaround: Unknown
"""
print("abcdefghi"[0:9:2])