Finding the location of an item · if list element is equal to an item ('example' is in ['one','example','two']): if item in your_list: some_function_on_true().
確定! 回上一頁