이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
E2L_Ivry
/
cours-python
보기
5
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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