-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
complete task 1 #766
base: master
Are you sure you want to change the base?
complete task 1 #766
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vasylhnatiuk Привіт! Зустрів таку проблему, але ніде код не матюкається. Що робити? |
app/main.py
Outdated
if letter.isupper(): | ||
phrase = phrase.upper() | ||
else: | ||
phrase = phrase.lower() | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if letter.isupper(): | |
phrase = phrase.upper() | |
else: | |
phrase = phrase.lower() | |
return phrase.lower().count(letter.lower()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Василь привіт! чомусь не синхронізується Github з Mate academy. (@vsmutok)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done!
I am completed task 1. Please, take a review or give a new task.
Thanks!