Contact: aviboots(AT)netvision.net.il
41,389 questions
53,935 answers
573 users
lst = ['python', 'php', 'c++', 'c', 'java'] s = ','.join(lst) print(s) ''' run: python,php,c++,c,java '''