Skip to content

Homework#28

Open
dromakin wants to merge 2 commits into
kib-courses:masterfrom
dromakin:hw1
Open

Homework#28
dromakin wants to merge 2 commits into
kib-courses:masterfrom
dromakin:hw1

Conversation

@dromakin
Copy link
Copy Markdown

Ready to check.

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

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

Choose a reason for hiding this comment

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

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

Copy link
Copy Markdown
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