Package or module
Packages and modules are both essential parts of Python's ecosystem, helping you avoid rewriting existing code.
The key difference: modules are built-in and only need importing, while packages must be installed before use.
Review the screenshot and identify the code line where we import a package.
Questo esercizio fa parte del corso
Intermediate Python for Developers
Esercizio pratico interattivo
Passa dalla teoria alla pratica con uno dei nostri esercizi interattivi
Inizia esercizio