DEV Community

Discussion on: How being lazy, led me to publicize my first python package

Collapse
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer

i don't know why but some codes seem unindented

import os

try:

os.remove(a_file)

except:

print(‘exception raised’)
Collapse
 
perigk profile image
Periklis Gkolias

Thanks, I will check it.