标签: python python-3.x list random
我需要在一定时间内生成随机数量的字符串; 例如:
for k in range(5): print("Country", location) print("Animal", animal)
所以位置和动物将从列表中随机生成,并且每次打印5次,它将具有随机数量的位置和动物,因此对于每次迭代,随机数量的位置和动物将从给定的清单