string = 's1'
result = function()
I want name of variable returning from function as s1 instead of result
s1 = object of some class returned from function() # that's how it should be
*****edit******
I want to make s = 10. and it is NOT answered, i have checked.
a = 's'
globals()['a'] = 10
print s