robinparadise / py-exercise2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2

1. Fork this repository:

https://github.com/robinparadise/py-exercise2

2. Clone your forked repository to your computer:

from VsCode, open a terminal and type:

git clone https://github.com/{YOU}/py-exercise2

open the folder in VsCode

3. Solve the exercises and commit your changes:

git add .
git commit -m "solved exercises"

4. Push your changes to your forked repository:

git push origin main

About