Skip to content

Conversation

imam-i
Copy link

@imam-i imam-i commented Aug 23, 2019

Добавлены первое и второе задание.

fruits = ["яблоко", "банан", "киви", "арбуз"]
i = 1
while i <= fruits.__len__():
print('{}.{:>7}'.format(i, fruits[i-1]))
Copy link

Choose a reason for hiding this comment

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

Вот тут надо бы не хардкодить

@imam-i
Copy link
Author

imam-i commented Aug 27, 2019

Добавлено задание 3

@imam-i
Copy link
Author

imam-i commented Aug 30, 2019

Добавлено задание 4

@imam-i
Copy link
Author

imam-i commented Sep 10, 2019

Не успеваю закончить домашнее задание к началу 8 урока.

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