

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the code shown? re.compile('hello', re.X) |
A. | [‘h’, ‘e’, ‘l’, ‘l’, ‘o’] |
B. | re.compile(‘hello’, re.VERBOSE) |
C. | Error |
D. | Junk value |
Answer» C. Error | |