Discussioni Q&A
Alguien Abla español
-4 Voti
1 RispostaSpammer!
2 Voti
5 RisposteSave spam..
7 Voti
2 Rispostecan 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 RisposteI want to...
1 Voto
4 RisposteQ&A moderating
3 Voti
4 RisposteHacked account?
3 Voti
6 RisposteAbout Feed
3 Voti
1 RispostaPopolare oggi
Where is the bug?
3 Votes
Pointers cpp
2 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes