Putting your package to work
Now you have wrapped your word-counting function into a package, you can reuse it easily in other projects.
In the initial script, you were analyzing the book Alice in Wonderland. In this new project, you will use the same function to analyze hotel reviews from TripAdvisor.
The count_words()
function has been imported for you at the top of this script. We'll talk more about importing from your packages in a later lesson.
Este ejercicio forma parte del curso
Developing Python Packages
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
