Skip to content

Conversation

dromakin
Copy link

Ready to check.

add
Ready to check
ArrayList.py Outdated
self.array[key] = value

def __delitem__(self, key):
i = self.index(key)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зачем искать индекс индекса?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Запутался и поспешил)
Хотел ускорить вычисления слайса XD

Исправил)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants