diff --git a/Task1/index.html b/Task1/index.html index 02288f78..870bc37e 100644 --- a/Task1/index.html +++ b/Task1/index.html @@ -1293,6 +1293,17 @@
galacticGhoul
+ +
+ +
+
ImKeelan
+
+ + +
+
+
diff --git a/Task2/contributors.md b/Task2/contributors.md index d4c5c869..20984c34 100644 --- a/Task2/contributors.md +++ b/Task2/contributors.md @@ -23,3 +23,4 @@ Start adding Your Names with hosted portfolio. 21. Kunal Bhat - https://panzerox123.github.io/ 22. Tanmay Kumar Bisoi - pseudonerd.github.io 23. Ifan Zalukhu - https://ifanzalukhu97.github.io/ +24. Keelan Mayne - imkeelan.github.io \ No newline at end of file diff --git a/Task3/python/hello--world.py b/Task3/python/hello--world.py new file mode 100644 index 00000000..37fc78ea --- /dev/null +++ b/Task3/python/hello--world.py @@ -0,0 +1,5 @@ +hello = input("Hello? Are you there? \n") +if hello == "Hello": + print("Hello World!") +else: + print("Goodbye World!") \ No newline at end of file diff --git a/Task3/python/helloworld.py b/Task3/python/helloworld.py new file mode 100644 index 00000000..e69de29b