- A ['P', 'y', 't', 'h', 'o', 'n', '3']
- B []
- C ['3']
- D [' ']
Python Programming Language MCQ Python RegEx Module MCQ
⚠ Report ✓ Question Verified Copy Link
import re
x = re.compile(r'[0-9]')
y = x.findall('Python 3')
print(y)
Learn More MCQ Questions from Python Programming Language MCQ Python RegEx Module MCQ