What is the output of the following code?
>>>from Django import forms
>>> f = forms.CharField(required=False)
>>> f.clean(”)
a) Validation Error
b) None
c) ’’
d) True