diff --git a/README.md b/README.md index dc3f0da..506461a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/flower.py b/flower.py new file mode 100644 index 0000000..e69de29 diff --git a/strange.py b/strange.py new file mode 100644 index 0000000..e69de29 diff --git a/test_value.py b/test_value.py new file mode 100644 index 0000000..04f4bfc --- /dev/null +++ b/test_value.py @@ -0,0 +1,6 @@ +# call this file test_value.py + +def test_value(): + assert 5 <= 50 + +