Contact: aviboots(AT)netvision.net.il
39,927 questions
51,860 answers
573 users
lst = ['java', 'python', 'php', 'vb.net', 'c#', 'c+', 'c++'] str = min(lst, key=lambda s: len(s)) print(str) ''' run: c# '''