Skip to content
Prev 15270 / 15274 Next

List of lists in crypto

If you have a list of lists, the way to access those elements is like this:

Answer <- object[[first_list_index]][[second_list_index]]

On Sat, Feb 7, 2026 at 12:43?PM Andre Luiz Tietbohl Ramos <
andreltramos at gmail.com> wrote: