Oh and I know you could just do
>>> white_rabbit.find('late', 0, 19)
But I'm looking to know how to shorten that so the 0 isn't needed.
>>> white_rabbit.find('late', 0, 19)
But I'm looking to know how to shorten that so the 0 isn't needed.