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