Python · Regular Expressions
What does this print? ``` import re print(re.match(r"python", "Python")) print(re.match(r"python", "Python", re.IGNORECASE)) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
