Explorar el Código

correction

master
Dimitri Merejkowsky hace 4 años
padre
commit
a48adc620b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      cours/source/02-premiers-pas/04-maths-simples.rst

+ 1
- 1
cours/source/02-premiers-pas/04-maths-simples.rst Ver fichero

@@ -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