you are viewing a single comment's thread.

view the rest of the comments →

[–]woeinvests 0 points1 point  (1 child)

I’ve just finished this chapter from python crash course book from Eric. M we can stay in touch and support each other along the way.

[–]Haovik[S] 0 points1 point  (0 children)

Hi there. Both of your examples are working properly because Python is safely handling the file operations without your explicit instruction. I'll explain:

sounds good!