diff --git a/roadmaps/python-data-analysis/content/built-in-functions@KtV5Jl-hOcUS5L-15BUDD.md b/roadmaps/python-data-analysis/content/built-in-functions@KtV5Jl-hOcUS5L-15BUDD.md index 2517c1908..9b2f0a3e5 100644 --- a/roadmaps/python-data-analysis/content/built-in-functions@KtV5Jl-hOcUS5L-15BUDD.md +++ b/roadmaps/python-data-analysis/content/built-in-functions@KtV5Jl-hOcUS5L-15BUDD.md @@ -5,5 +5,5 @@ Python's built-in functions are available without any imports and cover common o Visit the following resources to learn more: - [@official@Built-in Functions](https://docs.python.org/3/library/functions.html) -- [@video@All 71 built-in Python functions](https://www.youtube.com/watch?v=7Qu_KXc7xSI) -- [@article@Master Python Filter: Syntax, Examples, and Best Practices](https://roadmap.sh/python/filter) \ No newline at end of file +- [@article@Master Python Filter: Syntax, Examples, and Best Practices](https://roadmap.sh/python/filter) +- [@video@All 71 built-in Python functions](https://www.youtube.com/watch?v=7Qu_KXc7xSI) \ No newline at end of file diff --git a/roadmaps/python-data-analysis/content/logical@_0K6o-R0F2a9bpEDfRcTi.md b/roadmaps/python-data-analysis/content/logical@_0K6o-R0F2a9bpEDfRcTi.md index bfd2012ec..9db1d717d 100644 --- a/roadmaps/python-data-analysis/content/logical@_0K6o-R0F2a9bpEDfRcTi.md +++ b/roadmaps/python-data-analysis/content/logical@_0K6o-R0F2a9bpEDfRcTi.md @@ -4,6 +4,7 @@ Logical operators combine boolean expressions. Python uses `and`, `or`, and `not Visit the following resources to learn more: -- [@article@Python Logical Operators](https://www.w3schools.com/python/python_if_logical.asp) - [@article@Python not Operator: The Complete Guide to Logical Negation](https://roadmap.sh/python/not-operator) +- [@article@The or Operator in Python: Complete Guide with Examples](https://roadmap.sh/python/or) +- [@article@Python Logical Operators](https://www.w3schools.com/python/python_if_logical.asp) - [@video@Logical operators in Python are easy 🔣](https://www.youtube.com/watch?v=W7luvtXeQTA) \ No newline at end of file