summaryrefslogtreecommitdiff
path: root/progs/a928.py
diff options
context:
space:
mode:
Diffstat (limited to 'progs/a928.py')
-rw-r--r--progs/a928.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/a928.py b/progs/a928.py
new file mode 100644
index 0000000..0f0980d
--- /dev/null
+++ b/progs/a928.py
@@ -0,0 +1,2 @@
+def split(word):
+ return [char for char in word] \ No newline at end of file