A
Q. Find the output of the below code.
Code:
import re
print(re.search(‘aa?cb?’,’aacb aaccbd’).group())
print(re.search(‘aa?cb?’,’aacb aaccbd’).group())
- Correct Answer - Option(A)
- Views: 26
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.