30-Days-Of-Python icon indicating copy to clipboard operation
30-Days-Of-Python copied to clipboard

docs(day_29): add import os

Open 120EE0692 opened this issue 1 year ago • 0 comments

os module is missing.

port = int(os.environ.get("PORT", 5000))

Error: NameError: name 'os' is not defined

Fixes: import os module where ever required.

120EE0692 avatar May 02 '23 12:05 120EE0692