Given a list of strings, write a function that returns a new list containing only the strings that have a length of 3 or more.
['cat', 'dog', 'elephant', 'lion', 'zebra']
Bot