If I do this in python 3.8.3 it works:
globals()[\'any_new_variable_name\'] = \'any_value_or_object_here\' print(any_new_variable_name)
It wo