(判断题)
表达式{}==None的值为True。
A对
B错
正确答案
答案解析
略
相似试题
(判断题)
表达式[]==None的值为True。
(填空题)
表达式list(filter(None,[0,1,2,3,0,0]))的值为()。
(填空题)
表达式True*3的值为()。
(单选题)
以下VB表达式的值为True的是()。
(判断题)
表达式{1,3,2}>{1,2,3}的值为True。
(判断题)
表达式pow(3,2)==3**2的值为True。
(判断题)
假设re模块已成功导入,并且有pattern=re.compile(’^’+’/.’.join([r’/d{1,3}’foriinrange(4)])+’$’),那么表达式pattern.match(’192.168.1.103’)的值为None。
(判断题)
逻辑表达式Not"a">"b" And 93的值为true。
(单选题)
变量x的值为1到5之间,下面表达式结果为true的是()