(填空题)
表达式type({})==dict的值为()。
正确答案
答案解析
略
相似试题
(填空题)
表达式dict(zip([1,2],[3,4]))的值为()。
(填空题)
表达式type({3})的值为()。
(填空题)
表达式type({})==set的值为()。
(填空题)
表达式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)的值为()。
(填空题)
表达式INT(5.8)的值为(),表达式CINT(5.8)的值为()。