aboutsummaryrefslogtreecommitdiff
path: root/tests/cpydiff/types_tuple_subscrstep.py
blob: f90f3c5bf4d16f650623127a50b614a27621bd6f (plain)
1
2
3
4
5
6
7
"""
categories: Types,tuple
description: Tuple load with step != 1 not implemented
cause: Unknown
workaround: Unknown
"""
print((1, 2, 3, 4)[0:4:2])