填空题

表达式[index for index,value in enumerate([3,5,7,3,7])ifvalue==max([3,5,7,3,7])]的值为()。

【参考答案】

[2, 4]