Browse Source

Correction cosmétique

master
Dimitri Merejkowsky 3 years ago
parent
commit
4b1f975b9d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cours/source/09-tuples/index.rst

+ 1
- 1
cours/source/09-tuples/index.rst View File

@@ -55,7 +55,7 @@ Interdit::
Test d'appartenance
-------------------

Avec ``in``:
Avec ``in``::

mon_tuple = (42, 14)
print(42 in mon_tuple)