0
I would like to make the user insert a response from that answer would create a "variable" or not. I do not know if creating a new variable would be the best way, follow example:
a = str(input('Existe mais produtos para serem adicionados?: '))
In this part the user would respond yes or nay, if the answer were yes, the program would create another variable that would receive a certain value float
(a2 A3 A4) and so on.
Unfortunately what you are looking for in the code doesn’t make much sense. What would you do with such variables
a2 a3 a4
?– Isac