Added new resources to List Comprehensions (#3580)

pull/4681/head^2
Codeguage 7 months ago committed by GitHub
parent d4e5bae03b
commit 71bfe4f03c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/python/content/102-python-advanced-topics/106-list-comprehensions.md

@ -5,4 +5,6 @@ List comprehensions are a concise way to create a list using a single line of co
Visit the following resources to learn more:
- [Python - List Comprehension](https://www.w3schools.com/python/python_lists_comprehension.asp)
- [What Exactly are List Comprehensions in Python? - CodeGuage](https://www.codeguage.com/courses/python/lists-list-comprehensions)
- [Python List Comprehensions Quiz - CodeGuage](https://www.codeguage.com/courses/python/lists-list-comprehensions-quiz)
- [Python List Comprehensions](https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions)

Loading…
Cancel
Save