From 54122e0f7bbb69591c1c3717ba7f989baee5359f Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Fri, 25 Jan 2019 20:59:48 +0100 Subject: [PATCH] Update notes.md --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index ce6ea46..4164f80 100644 --- a/notes.md +++ b/notes.md @@ -2,6 +2,7 @@ Ce fichier contient diverses notes utiles à la préparation des futurs cours. # Sujets à évoquer +* short circuit in if: `if a is not None and a.b == 42` * [tris, lamdbas](fragments/sort.md) * [formatage de strings](fragments/format.md) * [lecture / écriture de fichiers](fragments/sort.md)