def myfun(): name = ["Sateesh","kumar", "sateesh", "Kumar"] lower_names = [] for item in name: if item.islower(): lower_names.append(item) print(lower_names) if __name__=="__main__": myfun()
['kumar', 'sateesh']
Java Interview Questions
Python Interview Questions
Oracle Interview Questions
100 Most Asked Java Interview Questions and Answers
HR Interview Questions and Answers
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a java Program to print N prime numbers and find sum and average
Write a Java program to compare two numbers
Write a Java program that accepts an integer (n) and computes the value of n+nn+nnn
Write a Java Program to Find the sum of the digits of a number
Write a java program to find the index of the largest number in an array
Write a Python program to remove duplicates from a list
Write a Python Program to Display Fibonacci Sequence Using Recursion.
Write a python program to print Nsmallest numbers
Write a Python Program to Find the Sum of Natural Numbers.
Write a python program to print lowercase names
Java Quiz - 12
Java Quiz - 16
Java Quiz - 19
Java Quiz - 17
Java Quiz - 11