yasar84 / week1

Pyhon tests and exercises for Python basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

week1

Pyhon tests and exercises for Python basics

Steps to clone the project

  1. Copy the url of the repository ending with .git
  2. GitHub Desktop: Current Repository >> click on Add drop down >> Clone Repository >> click on URL tab >> paste the copied URL, choose the location then click on Clone. Git Bash: navigate to the right directory and enter git clone URL
  3. Create your feature branch: git checkout -b my-new-branch
  4. Start working on the code.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-branch
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

Pyhon tests and exercises for Python basics


Languages

Language:Python 100.0%