-
Notifications
You must be signed in to change notification settings - Fork 12
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
Python functions Documentation #31
base: main
Are you sure you want to change the base?
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.
I am requesting some major changes before approval. Please read this comment and follow the guidelines before sending in a pull request.
First of all, the file you have committed is invalid as it has no extension.
Secondly, you have misunderstood the folder structure and requirements that I had mentioned in the Issues
tab in #1. What you had to do was within the folder called Python
, create either a sub-folder called Functions in Python
and within this sub-folder, add two separate files.
One of the files would be called functions.py
This would be the executable Python code that would showcase code for functions in Python.
The second file would be functions.md
This would be the Markdown format that would have the documentation on how functions work with some examples.
I am closing this pull request once you have read and understood what you have to do, then please make the necessary changes and create a new pull request.
No description provided.