为什么print( random. shuffle([1,2,3,4,5]))返回的值是none,而不是一个打乱的列表
shuffle 函数本身是没有返回值的,所以再怎么print 也都是None
是不是格式哪里不对