In this lab, I opened a notebook environment to practice writing basic Python code. I explored how to navigate a notebook, added code comments to explain my logic, and displayed text using the print()
function.
I launched the lab’s provided Jupyter notebook, which guided me through a simple security scenario. Following the prompts, I inserted comments above each code cell to describe my steps, and used print()
to output messages—reinforcing how analysts document their work in notebooks.
I now feel comfortable opening and running notebook cells, annotating Python code with comments, and using print()
to display results. This foundation will help me document and share my investigations clearly in future labs.