summary refs log tree commit diff stats
path: root/python/two-fer/two_fer.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/two-fer/two_fer.py')
-rw-r--r--python/two-fer/two_fer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/two-fer/two_fer.py b/python/two-fer/two_fer.py
new file mode 100644
index 0000000..c49fbce
--- /dev/null
+++ b/python/two-fer/two_fer.py
@@ -0,0 +1,2 @@
+def two_fer(name = "you"):
+    return "One for {0}, one for me.".format(name)