Challenge 2: Sentence Formatting Using RabbitMQ
Test your knowledge by writing code to encode and format sentences using the RabbitMQ extension.
We'll cover the following...
Problem statement
Write a program similar to the previous challenge that performs the same formatting on sentences, but this time facilitated by RabbitMQ
message brokerage.
Formatting rules
- Remove any dots or underscores from the start.
- Append a period at the end.
- Convert any starting lowercase character to its uppercase version.
Example sentences
...Access this course and 1400+ top-rated courses and projects.