Quellcode durchsuchen

Formatting

master
Dimitri Merejkowsky vor 6 Jahren
Ursprung
Commit
2a2ba8d348
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      sessions/python-01.md

+ 2
- 2
sessions/python-01.md Datei anzeigen

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