Moiseev dmitry#69
Conversation
IlyaOrlov
left a comment
There was a problem hiding this comment.
ОК. Осталось одно существенное замечание!
|
|
||
|
|
||
| def __add__(self, other): | ||
| return self._weight + other._weight |
There was a problem hiding this comment.
Нет. И в других методах стало так же (8 пробелов, а должно быть 4). Возможно, проблема с табуляцией.
There was a problem hiding this comment.
Нет. Ничего не исправилось (см. вкладку Files changed - https://github.com/IlyaOrlov/PythonCourse2.0_August22/pull/69/files)
IlyaOrlov
left a comment
There was a problem hiding this comment.
Хорошо, но вопросы ещё остались.
|
|
||
|
|
||
| def __add__(self, other): | ||
| return self._weight + other._weight |
There was a problem hiding this comment.
Нет. И в других методах стало так же (8 пробелов, а должно быть 4). Возможно, проблема с табуляцией.
…ugust22 into Moiseev_Dmitry
IlyaOrlov
left a comment
There was a problem hiding this comment.
Вопрос по банкоматам. И отступы всё же надо поправить.
| lst2 = Bankomat2(1500) | ||
| lst3 = Bankomat3(3000) | ||
|
|
||
| lst1.input_output() |
There was a problem hiding this comment.
А как узнать, какие операции поддерживает тот или иной банкомат?
IlyaOrlov
left a comment
There was a problem hiding this comment.
С таймером всё ОК. Старые замечания остались.
No description provided.