Browse Source

Formatting

master
Dimitri Merejkowsky 5 years ago
parent
commit
2a2ba8d348
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      sessions/python-01.md

+ 2
- 2
sessions/python-01.md View File

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


# Variables # Variables


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




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