Skip to content

Lesson 3#3

Open
ReshetnyakAM wants to merge 3 commits intomasterfrom
Lesson-3
Open

Lesson 3#3
ReshetnyakAM wants to merge 3 commits intomasterfrom
Lesson-3

Conversation

@ReshetnyakAM
Copy link
Copy Markdown
Owner

No description provided.

Comment thread hw03_easy_ReshetnyakAM.py
n4, tmp = tmp // 10**2, tmp % 10**2
n5, n6 = tmp // 10**1, tmp % 10**1
return n1 + n2 + n3 == n4 + n5 + n6

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

здесь лучше через срезы

result.append(result[i-1] + result[i-2])
return result[n-1:m]
print(Fibonacci(1,10))

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

хорошо

return sortList
print(sortMax([-1, 39, 4, 7, 10, 25, 38, 100]))


Copy link
Copy Markdown

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