Login
Remember
Register
Ask a Question
What is the output of the following code?
0
votes
asked
Jun 26, 2022
in
Django
by
john ganales
What is the output of the following code?
>>> from Django import forms
>>> f = forms.CharField()
>>> f.clean(”)
a) True
b) ’’
c) None
d) Validation Error
django
code
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 26, 2022
by
john ganales
d) Validation Error
...