diff --git a/Python/LawTechHub_GIT.py b/Python/LawTechHub_GIT.py new file mode 100644 index 0000000..2cc398a --- /dev/null +++ b/Python/LawTechHub_GIT.py @@ -0,0 +1,12 @@ +def ous(): + print("H") + print("E") + print("L") + print("L") + print("O") + print("W") + print("O") + print("R") + print("LD") + +ous()