Skip to content

HW_2#2

Open
veronica-kirenkina wants to merge 8 commits intomainfrom
veronica-kirenkina-patch-1
Open

HW_2#2
veronica-kirenkina wants to merge 8 commits intomainfrom
veronica-kirenkina-patch-1

Conversation

@veronica-kirenkina
Copy link
Owner

No description provided.

@veronica-kirenkina veronica-kirenkina self-assigned this Oct 4, 2023
Copy link

@nvogorov nvogorov left a comment

Choose a reason for hiding this comment

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

Почему в пулл-реквесте файл удаляется, а не добавляется?)

"""
salary = defaultdict(list)
for lst in data:
salary[lst[1]].append(int(lst[-1]))

Choose a reason for hiding this comment

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

Тут нужно заменить на float судя по всему. Иначе падает на некоторых строках

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