首页
关于
当前位置:
首页
>
python程序设计
> 正文内容
已知列表 x = [1, 3, 2],那么执行语句 y = list(reversed(x)) 之后,y的值为[2, 3, 1]
2023-12-01
python程序设计