make parameters correct
There is a minor problem in D17.
Hi, I am sorry I do not know how to fork or merge properly yet, Can you please help me. I am wanting to do the 30days of Python course.
Hi, I am sorry I do not know how to fork or merge properly yet, Can you please help me. I am wanting to do the 30days of Python course.
Just click the "Fork" button on top of code page and it will create a copy of this repo into your own account, which will be a branch of the origin repo.
If you want to merge changes into your repo( which is forked from origin repo) or the origin repo, you need to create a new branch first; then commit changes in this new branch and push this branch to remote; then create a pull request on github webpage.
You can learn git basics here.
Thank you for your help man!!