W WolfCode · CSC 141

Find First Match

找首个匹配

≈ 20 min · python-strings python-loops · Open in WolfCode

Think Python's first example of `return` inside a loop. Search pattern with early exit.

Python · runnable

The same shape — return the VALUE, not the index

Python · runnable