https://github.com/derektypist/build-a-case-converter
Learn List Comprehension by Building a Case Converter Program
https://github.com/derektypist/build-a-case-converter
Last synced: about 1 year ago
JSON representation
Learn List Comprehension by Building a Case Converter Program
- Host: GitHub
- URL: https://github.com/derektypist/build-a-case-converter
- Owner: derektypist
- Created: 2024-03-21T09:39:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T09:45:12.000Z (about 2 years ago)
- Last Synced: 2025-01-27T23:23:41.710Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build A Case Converter
Learn List Comprehension by Building a Case Converter Program.
## Technologies
Uses Python3. Applies the use of list comprehension.
## Deployment
Copy the contents of `main.py` into the text editor of your choice. Then run the code.
## Credits
### Acknowledgements
[FreeCodeCamp - Scientific Computing with Python](https://www.freecodecamp.org/learn/scientific-computing-with-python/)