❓ Quiz Python

Quel est le type retourné par cette expression ?

PYTHONDebutantslicing
20
quiz.py
1
nums = [0, 1, 2, 3, 4, 5, 6]
2
print(nums[::2])