Python Programming 74 - Exception Handling using with

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Hi why do we not put the whole opening and parsing of the file in the try clause?

khaikit
Автор

how is this different from

try:
with open('some_file.txt') as f:
f.read()
except OSError:
print('Here is your Error')

dmma
join shbcf.ru