equationStrToInt = '8 * 8' eval(equationStrToInt) type(equationStrToInt) print(equationStrToInt) strToList = 'GREPPER' list(strToList) type(strToList) print(strToList)