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 #1220

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

Solution #1220

wants to merge 3 commits into from

Conversation

MrEgorLite
Copy link

No description provided.

self.learn_skill("JavaScript")
self.learn_skill("HTML")
self.learn_skill("CSS")

Choose a reason for hiding this comment

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

        self.learn_skill("JavaScript")
        self.learn_skill("HTML")
        self.learn_skill("CSS")

you can pass it as a list and shorten the code

app/main.py Outdated
super().__init__(name)
self.learn_skill("Python")
self.learn_skill("SQL")
self.learn_skill("Django")

Choose a reason for hiding this comment

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

The same

app/main.py Outdated
def __init__(self, name: str) -> None:
super().__init__(name)
self.learn_skill("Java")
self.learn_skill("Android studio")

Choose a reason for hiding this comment

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

and here)

app/main.py Outdated
Comment on lines 41 to 42
def __init__(self, name: str) -> None:
super().__init__(name)
Copy link
Contributor

Choose a reason for hiding this comment

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

don't need define the init method.

Copy link
Contributor

Choose a reason for hiding this comment

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

read checklist

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