This website works better with JavaScript.
Home
Explore
Help
Sign In
E2L_Ivry
/
cours-python
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Correction cosmétique
master
Dimitri Merejkowsky
3 years ago
parent
88903b1216
commit
4b1f975b9d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)