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

Homework5 #19

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

Homework5 #19

wants to merge 2 commits into from

Conversation

Mozharovska
Copy link

No description provided.

#Create a function called sum_even_keys that takes a dictionary named my_dictionary, with all integer keys and values, as a parameter. This function should return the sum of the values of all even keys.
def sum_even_keys (my_dictionary):
count = 0
for key in my_dictionary.keys():

Choose a reason for hiding this comment

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

тут має бути перевірка того, парне чи не парне цей ключ

Copy link
Author

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