use find python code example Example: função find python >>> fruta = "banana" >>> fruta[:3] 'ban' >>> fruta[3:] 'ana'