This website works better with JavaScript.
Home
Explore
Help
Sign In
E2L_Ivry
/
cours-python
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Formatting
master
Dimitri Merejkowsky
6 years ago
parent
dbd5487b76
commit
2a2ba8d348
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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