1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-20 15:19:47 +01:00

Update 102-conditionals.md (#6196)

* Changes in copy testing pipes angular

* Add article if statements
This commit is contained in:
Juan Gerardo Eulufi Salazar 2024-07-20 04:42:47 -04:00 committed by GitHub
parent 8f4710d8f7
commit d9c509f1eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,3 +7,4 @@ Visit the following resources to learn more:
- [@article@Python Conditional Statements: IF…Else, ELIF & Switch Case](https://www.guru99.com/if-loop-python-conditional-structures.html)
- [@article@Conditional Statements in Python](https://realpython.com/python-conditional-statements/)
- [@article@How to use a match statement in Python](https://learnpython.com/blog/python-match-case-statement/)
- [@article@W3Schools - Python Conditions and If statements](https://www.w3schools.com/python/python_conditions.asp)