Q. Which file is used to define URL patterns in a Django project?
β
Correct Answer: (A)
urls.py
Explanation: In Django, URL patterns are defined in the urls.py file.