将作为字符串的列值转换为列表

时间:2018-11-29 15:31:39

标签: python-3.x

我想将字符串转换为列表。

输入:

 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

0 个答案:

没有答案