LINUX.ORG.RU

История изменений

Исправление hateyoufeel, (текущая версия) :

Генетическая Гёрла.

Офигенно. Сам придумал?

>>> trap.become_pregnant()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'Trap' object has no attribute 'become_pregnant'
>>> woman.become_pregnant()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<stdin>", line 3, in become_pregnant
Exception: Ooops, this must be a bug. Try again later!

Так разница понятнее?

Исходная версия hateyoufeel, :

Генетическая Гёрла.

Офигенно. Сам придумал?

>>> trap.become_pregnant()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'Trap' object has no attribute 'become_pregnant'
>>> woman.become_pregnant()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<stdin>", line 3, in become_pregrant
Exception: Ooops, this must be a bug. Try again later!

Так разница понятнее?