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 cafd272 commit 9e78f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dojo-101-DevSec/Python-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ binascii.unhexlify('41')
## file:

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

0 comments on commit 9e78f2e

Please sign in to comment.