I want to create a variable as Variable11 and assign its vcalue to 10.
When using 'Variable'+ str(11) = 10 i get a error stating cant assign to operator
Is there any better way to create a concate string as variable to assign a value.
I want to create a variable as Variable11 and assign its vcalue to 10.
When using 'Variable'+ str(11) = 10 i get a error stating cant assign to operator
Is there any better way to create a concate string as variable to assign a value.