What is the output of the code snippet below?
*a, b, c = range(5)
print(a)

Question difficulty: 🌶🌶🌶 🌶🌶