Python Programming Language MCQ Python RegEx Module MCQ
⚠ Report ✓ Question Verified Copy Link
import re x = re.compile(r'(Python){1,3}?') y = x.search('PythonPythonPython') print(y.group())
Learn More MCQ Questions from Python Programming Language MCQ Python RegEx Module MCQ