История изменений
Исправление Morin, (текущая версия) :
list.remove(x)
Remove the first item from the list whose value is equal to x. It raises a ValueError if there is no such item.
Исходная версия Morin, :
''' list.remove(x)
Remove the first item from the list whose value is equal to x. It raises a ValueError if there is no such item.
'''