how to use startswith 28 29 with list

Solutions on MaxInterview for how to use startswith 28 29 with list by the best coders in the world

showing results for - "how to use startswith 28 29 with list"
Maëlle
09 Jan 2021
1if link.lower().startswith(("js", "catalog", "script", "katalog")):
2