- A [('(444)', '4444')]
- B '4', '4', '4', '4', '4', '4', '4'
- C (('(444)', '4444'))
- D ['4', '4', '4', '4', '4', '4', '4']
Python Programming Language MCQ Python RegEx Module MCQ
⚠ Report ✓ Question Verified Copy Link
import re
x = re.compile(r'\d')
y = x.findall('The phone number is (444)-4444')
print(y)
Learn More MCQ Questions from Python Programming Language MCQ Python RegEx Module MCQ