题目内容
This question is about regular expression. What is the output of the following code?import re
pattern = ‘this’
text = ‘Does this text match the pattern?’
match = re.search(pattern, text)
sThis question is about regular expression. What is the output of the following code?import re
pattern = ‘this’
text = ‘Does this text match the pattern?’
match = re.search(pattern, text)
s
查看答案
搜索结果不匹配?点我反馈