MCQs > IT & Programming > Python > Output of the following Python code : class Ba(object): pass class De(Ba): pass print(issubclass(De. Ba)) print(issubclass(Ba, De)) d = 090 b = 880 print(isinstance(b, De)) print(isinstanceld. 88))

Python MCQs

Find the output of the following Python code and choose the correct answer from the given options.

class Ba(object):


pass

class De(Ba):


pass

print(issubclass(De. Ba))

print(issubclass(Ba, De))

d = 090

b = 880

print(isinstance(b, De))

print(isinstanceld. 88))


Answer

Correct Answer: True False False True

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it