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