判断题
表达式pow(3,2)==3**2的值为True。
正确(↓↓↓ 点击‘点击查看答案’看答案解析 ↓↓↓)
判断题 表达式{}==None的值为True。
判断题 当作为条件表达式时,{}与None等价。
判断题 表达式[]==None的值为True。