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
master
Dimitri Merejkowsky
4 years ago
parent
84f1b83476
commit
a48adc620b
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/02-premiers-pas/04-maths-simples.rst
+ 1
- 1
cours/source/02-premiers-pas/04-maths-simples.rst
View File
@@ -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