From 9dac37eae01d463024677056c91232506d0a834a Mon Sep 17 00:00:00 2001 From: Gijs Date: Tue, 15 Oct 2019 19:28:25 +0200 Subject: [PATCH] We all should obey by this --- Python/lawtechhello.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Python/lawtechhello.py diff --git a/Python/lawtechhello.py b/Python/lawtechhello.py new file mode 100644 index 0000000..eca6e9c --- /dev/null +++ b/Python/lawtechhello.py @@ -0,0 +1,4 @@ +past = "Hello World" +trans = " Will Soon Be: " +future = "Hello Law & Tech Lab, Rulers of the World" +print(past + trans + future) \ No newline at end of file