网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
执行以下代码的结果是?type(__builtins__)
参考答案
更多 “ 执行以下代码的结果是?type(__builtins__) ” 相关考题
考题
下面代码的输出结果是x = 12.34;print(type(x))A.<class 'bool'>B.<class 'complex'>C.<class 'float'>D.<class 'int'>
考题
下面代码的输出结果是 x = 12.34 print(type(x))A.<class 'complex'>B.<class 'float'>C.<class 'int'>D.<class 'bool'>
考题
下面代码的输出结果是() x = 12.34 print(type(x))A.<class ‘int’>B.<class ‘float’>C.<class ‘bool’>D.<class ‘complex’>
考题
Python代码:type('abc')的执行结果是A.intB.strC.floatD.bool
热门标签
最新试卷