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

Алгоритм статей для API #1

Open
mr8bit opened this issue Feb 18, 2018 · 0 comments
Open

Алгоритм статей для API #1

mr8bit opened this issue Feb 18, 2018 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@mr8bit
Copy link
Owner

mr8bit commented Feb 18, 2018

Написать алгоритм для создания двух строк из статей для вывода в API
Задача: каждая карточка статьи имеет размер 50, 25 сумма строки должна составлять 100.
Написать def которая сможет выдать две строки, сумма каждой строки будет составлять 100.
lambda-react-redux/src/blog/views.py, 27 строчка
Ex.
article1 { title: 'nameAricle1', ..., size: 25 }; article2{ title: 'nameAricle2', ..., size: 50 }

@mr8bit mr8bit added the help wanted Extra attention is needed label Feb 18, 2018
@murych murych self-assigned this Feb 19, 2018
@mr8bit mr8bit assigned devsagul and murych and unassigned murych Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants