Explorar el Código

Formatting

master
Dimitri Merejkowsky hace 5 años
padre
commit
2a2ba8d348
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      sessions/python-01.md

+ 2
- 2
sessions/python-01.md Ver fichero

@@ -149,7 +149,7 @@ C'est le `.` qui fait le flottant

# Variables

!pycon
!pycon
>>> a = 2
>>> a
2
@@ -165,7 +165,7 @@ C'est le `.` qui fait le flottant
# Variables (2)


!pycon
!pycon
>>> a = 2
>>> a
2