We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Mr Mohammed, I (Zouhair) Like what you do in Morrocan Developpers' groupe,
I have some remarks and recommandations about this code : it would be cool if you use new-style classes (source : https://wiki.python.org/moin/NewClassVsClassicClass and https://www.python.org/doc/newstyle/ ) so the following lines: https://github.com/ZakatKnowledge/example-inheritance/blob/e46710bf8fbd383c96bb3743f60a5f04c461dfd7/inh.py#L1
https://github.com/ZakatKnowledge/example-inheritance/blob/e46710bf8fbd383c96bb3743f60a5f04c461dfd7/inh.py#L15
class info(object) :
and
class infoschool(object):
The text was updated successfully, but these errors were encountered:
وتا يلاه شفتو 😂😂😂😂😂😂 Thank You I will open PR for this enhancement. @Zouhair-Boulahlib
Sorry, something went wrong.
No branches or pull requests
Hi Mr Mohammed,
I (Zouhair) Like what you do in Morrocan Developpers' groupe,
I have some remarks and recommandations about this code :
it would be cool if you use new-style classes (source : https://wiki.python.org/moin/NewClassVsClassicClass
and
https://www.python.org/doc/newstyle/
)
so the following lines:
https://github.com/ZakatKnowledge/example-inheritance/blob/e46710bf8fbd383c96bb3743f60a5f04c461dfd7/inh.py#L1
https://github.com/ZakatKnowledge/example-inheritance/blob/e46710bf8fbd383c96bb3743f60a5f04c461dfd7/inh.py#L15
and
The text was updated successfully, but these errors were encountered: