What is the time complexity of the find() function in Python?
O(log n)
O(n^2)
O(n)
O(1)
This question is part of this quiz :