diff --git a/First Project.html b/First Project.html new file mode 100644 index 0000000000..cab996bd58 --- /dev/null +++ b/First Project.html @@ -0,0 +1,7 @@ + + +"This is my first HTML Project" +

Hello World, Look at what I can do!!

+ +

Hello Luna

+
diff --git a/Python Test.py b/Python Test.py new file mode 100644 index 0000000000..e75154b7c3 --- /dev/null +++ b/Python Test.py @@ -0,0 +1 @@ +print("hello world") \ No newline at end of file