Mentions légales du service

Skip to content

Fix #12: functions for lists

Thierry Martinez requested to merge fix.12.functions_for_lists into main

This commit provides the following function:

  • len(l) returns the length of the list l.

and the following form of values:

  • indexing an element of a list (l[i]), counting from zero.

Merge request reports