From 5816282764104320c0f6086787c3b53d707b75ea Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 30 Oct 2014 13:43:17 -0400 Subject: [PATCH] initial commit --- glue.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 glue.py diff --git a/glue.py b/glue.py new file mode 100644 index 0000000..a4d8949 --- /dev/null +++ b/glue.py @@ -0,0 +1,3 @@ +__author__ == "Tyrel Souza " +def glue(*args): + return " ".join((args))