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

Question difficulty: 🌶🌶🌶 🌶🌶