为什么我不能打印随机列表?我收到此错误-TypeError:“ int”对象不可迭代

时间:2019-12-28 08:39:03

标签: python typeerror

import random
a = list(random.randint(1, 20))
print(a)
# I am getting this error - TypeError: 'int' object is not iterable

0 个答案:

没有答案