a = sheet1.col_values(0) # 获取[print(i) for i in a]import randomprint((random.randint(1, 12)), end=" ")如上,我从excel获取了一个列表。【1,2,3,4,5】请问如何能实现如下效果:1 随机数2 随机数3 随机数……5 随机数