How do I convert a string name into a variable name?
example
L=['a','b']
I want to create two variables from L so that I can assign values to them.
say
a=4
b=5
example
L=['a','b']
I want to create two variables from L so that I can assign values to them.
say
a=4
b=5
Comment