1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-18 22:29:42 +01:00

Added new resources to List Comprehensions (#3580)

This commit is contained in:
Codeguage 2024-05-11 01:35:59 +05:00 committed by GitHub
parent d4e5bae03b
commit 71bfe4f03c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)