Challenge 2: Sentence Formatting Using RabbitMQ

Test your knowledge by writing code to encode and format sentences using the RabbitMQ extension.

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

Consider the list of sentences below to apply the encoding and the formatting:

Get hands-on with 1200+ tech skills courses.