Question: code In python. Create a package containing a single module. In this module, implement a function operating on strings. 1. [1p] Choose the name of

 code In python. Create a package containing a single module. In

code In python.

Create a package containing a single module. In this module, implement a function operating on strings. 1. [1p] Choose the name of the package, module and function appropriately based or the functionality defined below. 2. [2p] Implement a function that takes two arguments, string containing multiple sentences separated by a period (".") and a query word, and returns the first sentence containing the word (e.g. 'Hello. My name is Emanuel Nice to meet you.' \& 'meet' -> 'Nice to meet you.'). 3. [2p] On the same level as the package (top-level folder), create a module containing unit tests for the implemented module. Make sure that the tests pass for your functions

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!