How to do that in cyklus? I need a list of variables and match them values from another list or label them with numbers.
for i in range(0,10):
variable(str[n]) = numbers[n].tolist()
Thank you
How to do that in cyklus? I need a list of variables and match them values from another list or label them with numbers.
for i in range(0,10):
variable(str[n]) = numbers[n].tolist()
Thank you