https://github.com/mgobeaalcoba/comprehensions_practice
Practice list, dic & sets comprehensions in Python with many examples
https://github.com/mgobeaalcoba/comprehensions_practice
comprehensions dictionary-comprehension list-comprehension practice practice-project python3 set-comprehension
Last synced: 23 days ago
JSON representation
Practice list, dic & sets comprehensions in Python with many examples
- Host: GitHub
- URL: https://github.com/mgobeaalcoba/comprehensions_practice
- Owner: Mgobeaalcoba
- License: mit
- Created: 2024-05-26T15:04:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T20:49:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-13T11:23:57.825Z (over 1 year ago)
- Topics: comprehensions, dictionary-comprehension, list-comprehension, practice, practice-project, python3, set-comprehension
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Comprehension Practice

## Description
This project is a practice for the comprehension of the Python language.
I practice list comprehensions, dictionary comprehensions, and set comprehensions.