我想将字符串转换为列表。
输入:
a = "['java','java','java','machine learning', 'c++','c++','ubuntu','linux', 'decision tree', 'random forest', 'nn','machine learning', 'pandas', 'pandas', 'scipy']"
type(a)
str
输出:
a = ['java','java','java','machine learning', 'c++','c++','ubuntu','linux', 'decision tree', 'random forest', 'nn','machine learning', 'pandas', 'pandas', 'scipy']
type(a)
list