From 267527a656f11223c6864b8d1fae79b44b3970d7 Mon Sep 17 00:00:00 2001 From: oushaidar Date: Tue, 15 Oct 2019 19:28:58 +0200 Subject: [PATCH] Hello The recent "Hello World" ever --- Python/LawTechHub_GIT.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Python/LawTechHub_GIT.py 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()