from random import shuffle color = [‘1‘, ‘2‘, ‘3‘, ‘4‘, ‘5‘] shuffle(color) print(color)
原文地址:https://www.cnblogs.com/sea-stream/p/9966153.html
时间: 2024-10-08 18:18:56
from random import shuffle color = [‘1‘, ‘2‘, ‘3‘, ‘4‘, ‘5‘] shuffle(color) print(color)
原文地址:https://www.cnblogs.com/sea-stream/p/9966153.html