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