Can you create new variables while a python script is on?
For example if you had infinite selection, you could make a new variable for each selection? Like if you choose answer1 it'll create a new variable choise1 = answer1, then if you choose answer3 after it'll create a new variable choise2 = answer3, and this goes on for as long as you want without having to make the variables in the code by hand.
Thanks in advance and sorry if the question is a bit confusing, don't really know how to word it 100%