chore: sync content to repo (#10223)

Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-08-07 14:43:12 +02:00
committed by GitHub
co-authored by nilbuild
parent 5be14a9966
commit 43fad5d1b3
2 changed files with 4 additions and 3 deletions
@@ -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)
- [@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)
@@ -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)