Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which function or operator should you use to obtain the answer True or False to the question: "Do two variables refer to the same object?"

A.

The = operator

B.

The isinstanceO function

C.

The id () function

D.

The is operator

Analyze the following snippet and choose the best statement that describes it.

A.

self. name is the name of a class variable.

B.

varl is the name of a global variable

C.

Excalibur is the value passed to an instance variable

D.

Weapon is the value passed to an instance variable

Which of the following values can be returnedby the messagebox. askquestion () method?

A.

"accept:" and "cancel''

B.

l and o

C.

"yes" and "no"

D.

True and False