Home »
MCQs »
CherryPy MCQs
Which of the following files includes all the template files for a given application?
40. Which of the following files includes all the template files for a given application?
- Static
- View
- Controllers.py
- Server.py
Answer: B) View
Explanation:
View files include all the template files for a given application.