Assuming that the code below has been executed successfully, which of the following expressions evaluate to True? (Select two answers)
'var' in Object.__dict__
'prop' in Class.__dict
len(Object.__diet__) == 1
'var1 in Class, dict
Submit