I need to call a function based off the value of a string variable.
mystrvar = \'a\' def a(): print("Hello, world!") mystrvar()