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