Run ❯
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
a = ("a", "b", "c", "d", "e", "f", "g", "h") x = slice(3, 5) print(a[x])
('d', 'e')