Python - Modules and Code Organization
You want to create a custom module
text_utils.py with a function count_words(text) that returns the number of words in a string. How would you write and use this module in another file?