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
Fix typo in S01E02
master
Dimitri Merejkowsky
5 years ago
parent
53ef6d0af9
commit
5207a5c1c1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
saison-1/sessions/python-02.tex
+ 1
- 1
saison-1/sessions/python-02.tex
View File
@@ -350,7 +350,7 @@ Astuce: l'index maximal est \texttt{len(list) -1} ;)
\end{frame}
\begin{frame}[fragile]
\frametitle{Modifer une liste}
\frametitle{Modif
i
er une liste}
\begin{lstlisting}
>>> liste = [1, 2, 3]
>>> liste[1] = 4