Обсуждения
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 ответАктуальное сегодня
Javascript Verification practice
2 Votes
Python beginner 🔰
1 Votes
Domain name
5 Votes
After the break
1 Votes
Why is the model not loading?
0 Votes
URL LINK
0 Votes
how to do cool code
1 Votes