Обсуждения
What is wrong with
1 голос
2 ответовWhat's wrong in this??
3 голосов
5 ответовExcel Index-Match not consistent?
0 голосов
1 ответis this wrong?
0 голосов
1 ответQuick feedback on error?
0 голосов
13 ответовChecking if an item is in an list
2 голосов
1 ответoutputs array
0 голосов
2 ответовHow i can do in python?
2 голосов
1 ответComo puedo mejorar este codigo
0 голосов
1 ответWhy output is 4,9
2 голосов
3 ответовHow to generate ?
0 голосов
1 ответ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 голос
6 ответовWhat am I doing wrong?
0 голосов
3 ответовSwitch statement cases
1 голос
1 ответАктуальное сегодня
C pointers
1 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes