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