Skip to content

Commit

Permalink
Update Python-basics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aif4thah committed Nov 4, 2024
1 parent 9e78f2e commit 62dce52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dojo-101-DevSec/Python-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ binascii.unhexlify('41')
## file:

```python
file = ".gitconfig"
with open(file, 'r') as f:
with open("nomDuFichier", 'r') as f:
line = f.readline()
while line:
print(line)
Expand Down

0 comments on commit 62dce52

Please sign in to comment.