Quiz on Importing in LESS



1. What is the primary purpose of the import statement in Python?
2. Which module allows you to import a specific function from a module?
3. What does the 'as' keyword do in an import statement?
4. How can you import all functions from a module?
5. What is the correct syntax to import a module named 'math'?

Advertisements