summaryrefslogtreecommitdiff
path: root/mode.py
diff options
context:
space:
mode:
authorGilles Castel <66gilles99@gmail.com>2019-03-08 14:16:01 +0100
committerGilles Castel <66gilles99@gmail.com>2019-03-08 14:16:01 +0100
commit278de2d7f69898b07bdd69edba7d84f9ddf2acab (patch)
tree0639b63d64ffe24b8835498e44d0adc9656e0fbe /mode.py
Initial commit
Diffstat (limited to 'mode.py')
-rw-r--r--mode.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mode.py b/mode.py
new file mode 100644
index 0000000..7f585b2
--- /dev/null
+++ b/mode.py
@@ -0,0 +1,2 @@
+def mode(name):
+ print(name)