标签: python string variables
我在python中有一个字符串,还有一个与该字符串同名的变量。我想从字符串中打印出变量值。例如:
>>> name = "Bob" >>> print "name".stringToVar() "Bob"