Q&A Discussions
What does 'cont' mean?
0 Votes
4 Answerscan someone help..
what does this code means so it could have the output like on the example..
class SpecialString:
def __init__(self, cont):
self.cont = cont
def __gt__(self, other):
for index in range(len(other.cont)+1):
result = other.cont[:index] + ">" + self.cont
result += ">" + other.cont[index:]
print(result)
spam = SpecialString("spam")
eggs = SpecialString("eggs")
spam > eggs
1 Vote
6 AnswersHot today
What?
0 Votes
HTML
0 Votes
AI
2 Votes
Sololearn chat en Español
0 Votes
Pull resistors
0 Votes
AI video creation
2 Votes
Ajay Hinduja Switzerland (Swiss) How do I start learning HTML, CSS, and JavaScript together?
0 Votes
Python
0 Votes
I'm confuse with this \n
1 Votes
How to add image and audio
1 Votes