填空题

已知x=[3,2,3,3,4],那么表达式[index for index,value in enumerate(x)if value==3]的值为()。

【参考答案】

[0, 2, 3]