I have seen duplicates of this, but the original question was never answered: is it possible to assign values to multiple variables using a loop or some other method that would be more efficient that writing out all the variables in hard code.
NOTE: I do not want to use dictionaries or list, I want to use variables. My question is whether it is possible to assign multiple variables at once using a loop or other method, not using dictionaries.
If this is not possible just say so, but I really don't want to see another answer describing how to use lists or dictionaries.
Duplicates: Python: assigning multiple variables at once