Предизвикателства > Хазарт > Решения > Решението на Василена Станойска

Резултати
1 точки от тестове
0 точки от учител

1 точки общо

1 успешни теста
0 неуспешни теста
Код

1class ChallengeFive:
2    def __eq__(self, other):
3        return True
4
5Х = ChallengeFive()

.
----------------------------------------------------------------------
Ran 1 test in 0.000s

OK

Дискусия
История

n1class MagicClss:n1class ChallengeFive:
2    def __eq__(self, other):2    def __eq__(self, other):
3        return True3        return True
44
t5Х = MagicClss()t5Х = ChallengeFive()
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op

n1from info import POSITIONn1class MagicClss:
2    def __eq__(self, other):
3        return True
24
t3X = POSITIONt5Х = MagicClss()
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op