1.

What is the output of the following code?

Answer»

What is the OUTPUT of the following code?
>>> from Django IMPORT forms
>>> f = forms.CharField()
>>> f.clean('')
Choose the CORRECT option from below list
(1)None
(2)
(3)True
(4)Validation Error

Answer:-(4)Validation Error



Discussion

No Comment Found