Hi, thank you for these hints. Here is some feedback: I think it is much better to use "fd" and not "f" if you store a **f**ile **d**escriptor :-) ``` with open(...) as fd: ... ```
Hi,
thank you for these hints.
Here is some feedback:
I think it is much better to use "fd" and not "f" if you store
a file descriptor :-)