Contact: aviboots(AT)netvision.net.il
39,990 questions
51,935 answers
573 users
s = 'Python JavaScript C PHP NodeJS' lowercase = [char for char in s if char.islower()] print(str(lowercase)) ''' run: ['y', 't', 'h', 'o', 'n', 'a', 'v', 'a', 'c', 'r', 'i', 'p', 't', 'o', 'd', 'e'] '''