运行结果为:( )a = [5,4,1]a.reverse()print(a) A、出错; B、[1 4 5]; C、[ 5,4,1,1, 4, 5]; D、[1, 4, 5] 发布时间:2025-08-14 00:03:18