Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson 6 #1862

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Lesson 6 #1862

wants to merge 3 commits into from

Conversation

Pavel-Nefedov
Copy link

No description provided.

"""Однострочное"""
classic_dict = {i: i for i in range(10000)}
#classic_dict = None
return classic_dict
Copy link
Owner

Choose a reason for hiding this comment

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

  1. что такое """Однострочное"""? такого технического термина нет
  2. i: i for i in range(10000) - а это разве не цикл
    задание не проработано

Copy link
Owner

Choose a reason for hiding this comment

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

здесь нет оптимизации. вы и там, и там создаете словарь

Время выполнения - 0.21866030000000003 cек

Оптимизированное оздание словаря
Используемая память - 0.0 MiB
Copy link
Owner

Choose a reason for hiding this comment

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

это доли погрешности...

"""
Оба словаря создаются одинаковое количество времени однако
однострочный вариант занимает намного меньше места

Copy link
Owner

Choose a reason for hiding this comment

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

однострочный вариант занимает намного меньше места
где занимает больше места? в шкафу?
Павел, Питонист должен оперировать правильными техническими терминами

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