summaryrefslogtreecommitdiff
path: root/progs/a458.py
diff options
context:
space:
mode:
Diffstat (limited to 'progs/a458.py')
-rw-r--r--progs/a458.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/progs/a458.py b/progs/a458.py
new file mode 100644
index 0000000..a0e1d24
--- /dev/null
+++ b/progs/a458.py
@@ -0,0 +1,3 @@
+def Find_Min_Length(lst):
+ minLength = min(len(x) for x in lst )
+ return minLength \ No newline at end of file