diff --git a/Hello.py b/Hello.py
deleted file mode 100644
index 97af7a1c13ff5b1e72c586c35c57af0a67cf701a..0000000000000000000000000000000000000000
--- a/Hello.py
+++ /dev/null
@@ -1,6 +0,0 @@
-cat - >Hello.py # type in print(“Hello World”) into STDIN and type Ctrl-D.
-python3 Hello.py # Should print(“Hello World”)
-git add Hello.py #Add a shiny new file to your repo.
-git status # Note the output and compare with the next git status below
-git commit -m "Added first piece of code"
-git status # How does this differ from previous git status? What does this tell you?
\ No newline at end of file