I am writing code and I wonder how to approach following issue - I want to use variable name in it's value (concatenating with other string for example). For example
variable_01 = 'some_text_variable_01'
variable_02 = 'some_text_variable_02'
when variables are strings, having its names in these strings.
Thank you in advance for your support.