이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
E2L_Ivry
/
cours-python
보기
5
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
correction
master
Dimitri Merejkowsky
4 년 전
부모
84f1b83476
커밋
a48adc620b
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cours/source/02-premiers-pas/04-maths-simples.rst
+ 1
- 1
cours/source/02-premiers-pas/04-maths-simples.rst
파일 보기
@@ -12,7 +12,7 @@ On peut utiliser ``+, *, -`` avec des entiers:
# affiche: 3
print(6 - 3)
# affiche:
4
# affiche:
3
print(2 * 4) # une étoile pour la multiplication
# affiche: 8