高仿模拟练习,补全代码空缺,答案点击按钮展开
输出变量 a 的类型对象。
a = [1, 2, 3] print(____)
type(a)
type(x) 返回 x 的类对象。list 实例 → <class "list">。