运行下面程序,输出结果为()。
Importre
Str1="Python‘sfeatures"
Str2=re.match(r‘(.*)on(.*?).*‘,str1,re.M|re.I)
Print(str2.group(1))
Importre
Str1="Python‘sfeatures"
Str2=re.match(r‘(.*)on(.*?).*‘,str1,re.M|re.I)
Print(str2.group(1))
APython
BPyth
Cthon‘s
DPython‘sfeatures