Skip to content
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Then, the initialization is as follows:
```
git clone https://github.com/(your github username)/git_tutorial
```
4. Type: git remote add origin https://github.com/(your github username)/git_tutorial (this connects your local folder to this Github repository)


# The Basics

Expand Down
Empty file added flower.py
Empty file.
Empty file added strange.py
Empty file.
6 changes: 6 additions & 0 deletions test_value.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# call this file test_value.py

def test_value():
assert 5 <= 50