试题详情

假设re模块已成功导入,并且有 pattern = re.compile(‘^‘+‘\.‘.join([r‘\d{1,3}‘ for i in range(4)])+‘$‘),那么表达式 pattern.match(‘192.168.1.103‘) 的值为None

A正确

B错误