The following class is given: class Interview: pass What will be the result of the following operation? Interview() is Interview()

Questions & AnswersCategory: PythonThe following class is given: class Interview: pass What will be the result of the following operation? Interview() is Interview()
Geek Boy Staff asked 2 years ago

The following class is given:

class Interview: pass

What will be the result of the following operation?

Interview() is Interview()

a. NoneType
b. True
c. False
d. None