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
Top 50 OOPS Interview Questions & Answers
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java program to swap two variables
Write a Java program to compare two numbers
Write a Java program to convert a string to an integer
Write a Java program that takes two numbers and display the product of two numbers
Write a Java program that accepts an integer (n) and computes the value of n+nn+nnn
Write a Python program to get n (non-negative integer) copies of the first 2 characters of a given string. Return n copies of the whole string if the length is less than 2.
Write a Python Program to find the factorial of a number using recursion
Write a python program to adding a thousand separator
Write a Python program to get the volume of a sphere with radius six.
Write a python program to print Nsmallest numbers
Java Quiz - 23
Java Quiz - 20
Java Quiz - 9
Java Quiz - 18
Java Quiz - 3