CBSE BOARD XII, asked by Anonymous, 8 months ago

Can you tell me the 15 errors in the code you just created?

Answers

Answered by AtharvATAR
1

Answer:

uhhh..... please tell the code and the language

Explanation:

ps: the entire code is missing

Answered by Anonymous
0

Answer:

PLEASE MARK Y ANSWER AS BRAINLEST!!!

Explanation:

def lookUp(obj):

   if isinstance(obj, Mailbox):

       print "Look for a mailbox"

   elif isinstance(obj, Document):

       print "Look for a document"

   else:

       print "Unidentified object"

Similar questions