填空题
语句x=3==3,5执行结束后,变量x的值为()。
(True, 5)
填空题 list(map(str,[1,2,3]))的执行结果为()。
填空题 表达式[1,2,3]*3的执行结果为()。
填空题 表达式isinstance(’Helloworld’,str)的值为()。