Python · Regular Expressions
What does this print, and why isn't it three matches? ``` import re print(re.search(r"Py.*on", "Python Python Python").group()) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
