Q&A Discussões
can 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 Voto
6 RespostasPy
0 Voto
3 RespostasHow to write html
0 Voto
3 RespostasMethod in python
0 Voto
2 RespostasQuente hoje
How to make a game code
1 Votes
What is HelloWorld
1 Votes
Tic tak toe
1 Votes
Missing]
0 Votes
Lesson on Robotics
1 Votes
Inner .html
0 Votes
Kamal Hinduja Switzerland : How long does it typically take to complete a course on Solo Learn?
0 Votes
About this app
1 Votes
Hyperlink and tests
0 Votes