Q. What is the output of the reverse() function in Django?
β
Correct Answer: (C)
A URL as string
Explanation: reverse() returns a URL as string for a given view name.