单项选择题
A.27 B.9 C.3 D.1
A.50 B.100 C.74 D.无限循环
A.>>>re.match(‘ab*’,‘a’) B.>>>re.match(‘ab*’,‘ab’) C.>>>re.match(’ab*’,’abb’) D.>>>re.match(‘ab*’,‘ba’)