(填空题)
表达式isinstance(’Helloworld’,str)的值为()。
正确答案
答案解析
略
相似试题
(填空题)
表达式isinstance(3,object)的值为()。
(填空题)
表达式isinstance(’abc’,str)的值为()。
(填空题)
表达式isinstance(’abc’,int)的值为()。
(填空题)
表达式isinstance(’abcdefg’,object)的值为()。
(填空题)
表达式isinstance(’abcdefg’,str)的值为()。
(填空题)
表达式isinstance(’4’,(int,float,complex))的值为()。
(填空题)
表达式isinstance(4j,(int,float,complex))的值为()。
(填空题)
表达式’hello world,hello wevery one’.replace(’hello’,’hi’)的值为()。
(单选题)
表达式strlen(”hello”)的值是()