MCQ Practice
Single Best Answer
Topic: Python RegEx Module MCQ
Q
What will be the output after the following statements?
import re
x = re.compile(r'(.*)day')
y = x.findall('Today is a nice day and a Sunday')
print(y)
Subchapter
Python RegEx Module MCQ
Action
Choose one option below