Example:
ImportError: cannot import name 'T' from 're' (/usr/local/lib/python3.13/re/_init.py)
** goesafter, 2*
* <module>, 8**
^ ^ ^
def goesafter(word: str, first: str, second: str) -> bool:_
_ from re import search_
_ pattern = first + second_
_ return bool(search(pattern, word))_
Created at: 2024/12/20 18:23; Updated at: 2024/12/21 11:50