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