#python
摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >
import random a=[1,2,3,4] random.shuffle(a) print(a) random.shuffle(a) print(a)
立减 ¥