Convert All Sentences to Sentence Case with Python
Level: Real-World
Project Brief
This text file here contains a fairytale. However, the author used lowercase letters at the beginning of every sentence. Fix that with Python. Write a Python script that converts the first letter of every sentence into uppercase, thus respecting the grammar rules. The corrected text should be saved in a new text file.
Environment Setup Instructions
Keep reading with a 7-day free trial
Subscribe to Daily Python Projects to keep reading this post and get 7 days of free access to the full post archives.


