Q. Which method is used to check if a form is valid?
β
Correct Answer: (A)
is_valid()
Explanation: `is_valid()` is used to validate a Django form.