📅  最后修改于: 2022-03-11 14:45:16.117000             🧑  作者: Mango
equationStrToInt = '8 * 8'
eval(equationStrToInt)
type(equationStrToInt)
print(equationStrToInt)
strToList = 'GREPPER'
list(strToList)
type(strToList)
print(strToList)