(填空题)
表达式type({3})的值为()。
正确答案
答案解析
略
相似试题
(填空题)
表达式type(3)==int的值为()。
(填空题)
表达式type(3)in(int,float,complex)的值为()。
(填空题)
表达式type(’3’)in(int,float,complex)的值为()。
(填空题)
表达式type(3+4j)in(int,float,complex)的值为()。
(填空题)
表达式type(3.0)in(int,float,complex)的值为()。
(填空题)
表达式type({})==set的值为()。
(填空题)
表达式type({})==dict的值为()。
(填空题)
已知str的值为”abcdefgh”,则表达式str.Substring(1,3)的值为()
(单选题)
变量x的值为3,y的值为4,执行下列哪个语句后,可输出表达式:3+4=7()。