Algorithmique Listes
1ERE-SPE • MATHS — Learna
Track your progress
Log in to save progress and quiz attempts.
{-- FICHE — Algorithmique — Listes --}

⚡ Fiche de révision — Algorithmique — Listes

  • Boucle sur liste en Python ? — for x in L:
  • Ajouter un élément ? — L.append(x)
  • Longueur d'une liste ? — len(L)
  • Condition Python ? — if ...:
  • Somme d'une liste ? — s=0 puis s+=x
  • Question 6 (algo) —
  • Question 7 (algo) —
  • Question 8 (algo) —