Quel est le résultat de ['table', 'chair', 'rack', 'shelf'][1:3] ?
['table', 'chair', 'rack', 'shelf'][1:3]
['table', 'chair', 'rack']
['chair', 'rack', 'shelf']
['chair', 'rack']
['chair']