Answer to Question #47441 in Python for Sunny

Question #47441
I have a question in Python programming
Here is a small snippet of the program

class MyBool(int):
def __repr__(self):
return 'MyBool.' + ['False', 'True']

When I run this code I get the following
>>> MyBool(1)
Traceback (most recent call last):
File "<pyshell#6>", line 1, in <module>
MyBool(1)
File "C:\Python34\lib\idlelib\rpc.py", line 614, in displayhook
text = repr(value)
File "C:/Users/Saurabh/Desktop/MyBool.py", line 3, in __repr__
return 'MyBool.' + ['False', 'True']
TypeError: Can't convert 'list' object to str implicitly
>>>

How Can I change the return output to string ?
1
Expert's answer
2014-10-02T14:02:29-0400
The answer to the question is available in the PDF file https://www.assignmentexpert.com/https://www.assignmentexpert.com/homework-answers/programming-answer-47441.pdf

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS