QuestionQ13
Regular ExpressionsWhat output results when the following commands are entered in Python interactive mode?

- A ['tag to go tag', 'to sans tag']
- B ['tag to go tag', 'tag to sans tag']
- C ['tag to go tag']
- D ['tag to go tag to sans tag']
What output results when the following commands are entered in Python interactive mode?

Community Discussion