Given a list of integers, return True if the list contains a 3 next to a 3 somewhere.
[1, 2, 3, 3, 4, 5]
True
Bot