Q. Which of the following is not a valid status code that Django’s HttpResponse can return?
β
Correct Answer: (D)
999
Explanation: `999` is not a standard HTTP status code recognized by Django.