Use the `not in` operator to check if a string does not contain a given substring, e.g. `if substring not in string:`.
確定! 回上一頁