import random
adc= range(300)
qwe = [random.sample(adc, 30)], [random.sample(adc, 10)], [random.sample(adc, 5)]
print(adc)
print(qwe)
for qwe in range (qwe(1,2,3)):
print(qwe)
in <module> for qwe in range (qwe(1,2,3)):
TypeError: 'tuple' object is not callable