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
import
master
Dimitri Merejkowsky
6 years ago
parent
b039ed2ba7
commit
53e55ba48c
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
sessions/01.md
+ 1
- 1
sessions/01.md
View File
@@ -141,7 +141,7 @@ Notions:
* Exceptions: si la conversion échoue
* Exceptions: si la conversion échoue
```python
```python
imp
r
ot random
impo
r
t random
secret = random.randint(0, 100)
secret = random.randint(0, 100)
```
```