Just out of curiosity it is possible to create a variable name in runtime in python. Similar to
for i in range(5): varname_+str(i) = i*4