求问python里面一个逆序函数reverse()》》》num1=[1,2,3,6,5,4,7,8,9]print(num1.reverse())运行得到的为什么是'none',而不是‘987654321’
reverse再在原对象进行操作不反悔结果,resvered才会返回结果