diff --git a/Day-01/01-shell-vs-python.md b/Day-01/01-shell-vs-python.md index a93827f8..5e44b7ad 100644 --- a/Day-01/01-shell-vs-python.md +++ b/Day-01/01-shell-vs-python.md @@ -24,4 +24,6 @@ Certainly! The choice between using shell scripting and Python in DevOps depends 5. **Error Handling:** Python provides better error handling and debugging capabilities, which can be valuable in DevOps where reliability is crucial. -6. **Advanced Data Processing:** If your task involves advanced data processing, data analysis, or machine learning, Python's rich ecosystem of libraries (e.g., Pandas, NumPy, SciPy) makes it a more suitable choice. \ No newline at end of file +6. **Advanced Data Processing:** If your task involves advanced data processing, data analysis, or machine learning, Python's rich ecosystem of libraries (e.g., Pandas, NumPy, SciPy) makes it a more suitable choice.. + +Added last line by Techwithud \ No newline at end of file