Bladeren bron

Formatting

master
Dimitri Merejkowsky 5 jaren geleden
bovenliggende
commit
2a2ba8d348
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +2
    -2
      sessions/python-01.md

+ 2
- 2
sessions/python-01.md Bestand weergeven

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