Run »
×
Change Orientation
a = ("a", "b", "c", "d", "e", "f", "g", "h") x = slice(3, 5) print(a[x])
('d', 'e')
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit