Assuming that the code below has been executed successfully, which of the following expressions evaluate to True? (Select two answers)

Assuming that the code below has been executed successfully, which of the following expressions evaluate to True? (Select two answers)

A . ‘var’ in Object.__dict__
B . ‘prop’ in Class.__dict
C . len(Object.__diet__) == 1
D . ‘var1 in Class, dict

Answer: A,C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments