https://github.com/pprattis/capitalize-words
A program which accepts as an input a sentence and some key words and then returns the sentence with the key words capitalized.
https://github.com/pprattis/capitalize-words
capitalize computer-science programm python sentence student
Last synced: 6 months ago
JSON representation
A program which accepts as an input a sentence and some key words and then returns the sentence with the key words capitalized.
- Host: GitHub
- URL: https://github.com/pprattis/capitalize-words
- Owner: pprattis
- License: mit
- Created: 2019-10-08T11:48:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T15:59:34.000Z (almost 6 years ago)
- Last Synced: 2025-02-04T21:44:49.772Z (8 months ago)
- Topics: capitalize, computer-science, programm, python, sentence, student
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Python Program / Project
**This is a simple python project from my early days as a Computer Science student**
_This programm was created for the first semester class Introduction to Computer Science
and is one of a few such simple python programms neccessary to pass the class_> #### Description of project
>
>>A program which accepts as an input a sentence and some key words and then returns the sentence with the key words capitalized.> #### About this project
>
> - The comments to make the code understandable, are within the .py archive
> - This program runs for Python version 2.7
> - This repository was created to show the variety of the work I did and experience I gained as a student
>