Обсуждения
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 ответовАктуальное сегодня
Need a personal tutor
1 Votes
Fix code
0 Votes
..
1 Votes
Software to write and run codes
1 Votes
Add lua
0 Votes
Summary please??
0 Votes