本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
E2L_Ivry
/
cours-python
關注
5
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Fix typo in S01E02
master
Dimitri Merejkowsky
5 年之前
父節點
53ef6d0af9
當前提交
5207a5c1c1
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
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
查看文件
@@ -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