填空题
list(map(str,[1,2,3]))的执行结果为()。
[‘1’, ‘2’, ‘3’]
填空题 表达式[1,2,3]*3的执行结果为()。
填空题 表达式isinstance(’Helloworld’,str)的值为()。
填空题 表达式type({3})的值为()。