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

Solution #1769

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

Solution #1769

wants to merge 5 commits into from

Conversation

Evgeniya1702
Copy link

No description provided.

Copy link

@vasylhnatiuk vasylhnatiuk left a comment

Choose a reason for hiding this comment

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

fix tests

@Evgeniya1702
Copy link
Author

tests are fixed

# write your code here

counter = 0
for char in phrase:

Choose a reason for hiding this comment

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

write it in one line

Copy link

@vasylhnatiuk vasylhnatiuk Sep 12, 2024

Choose a reason for hiding this comment

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

write it in one line and use count()

Choose a reason for hiding this comment

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

Copy link
Contributor

@vsmutok vsmutok left a comment

Choose a reason for hiding this comment

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

Tests Failed!

# write your code here

counter = 0
for char in phrase:
Copy link

@vasylhnatiuk vasylhnatiuk Sep 12, 2024

Choose a reason for hiding this comment

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

write it in one line and use count()

# write your code here

counter = 0
for char in phrase:

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.

3 participants