MSK Technologies

Home
Practice Programs
Java Programs Python Programs Java Quiz
Pages
Python Java Material PLSQL Material
Search A Job

Write a python program to print lowercase names

  1. Home
  2. Python Programs

Write a python program to print lowercase names

Write a python program to print lowercase names

Program
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()


Output:

['kumar', 'sateesh']



More Questions


52 . Write a python program to print lowercase names
53 . Write a python program to Find Index Using Enumerate
54 . Write a python program to checking if a string is empty or not ?
55 . Write a python program to merge nested lists ?
56 . Write a python program to Checking if a File Exists or Not ?
57 . Write a python program to convert uppercase strings and we want to convert them into lowercase strings and remove duplicates ?
58 . Write a python program to display list of numbers and we want to return all the numbers from the list that are divisible by 2 and remove duplicates at the same time.
59 . Write a python program to calculate average using python *args ?
60 . Write a Python program to find the area of a triangle.
61 . Write a Python program to convert kilometers to miles.
62 . Write a Python program to convert Celsius to Fahrenheit.



For latest job updates join Telegram Channel: https://t.me/sateeshm

Interview Questions

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 The Job

Apply For Job

Java Material

Python Material

PLSQL Material

.Net Material

Java Practice Programs

400 Java Programs

Java Practice 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

Python Practice Programs

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

Java Quiz - 23

Java Quiz - 20

Java Quiz - 9

Java Quiz - 18

Java Quiz - 3

Courses
Java Python PLSQL .Net ADO.Net About Us
Quick Links
Daily Use English Sentences Daily General Knowledge General Knowledge Latest Update Inventions and Inventors జనరల్ నాలెడ్జ్ General Knowledge Spoken English Spoken Hindi GK Hindi Telugu Facts Unknown Facts Psychology Facts Motivation Quotes విటమిన్ - సి,డి,ఇ,కె Android
Spiritual
రాధాకృష్ణ భగవద్గీత Motivation Quotes Slokas Talapatra Nidhi ఆధ్యాత్మిక భక్తి ప్రపంచం Sadhguru Sai Motivation Quotes గౌతమ బుద్ధుడు Bhagavad Gita Quotes
New Updates
MSK Technologies
© sateeshm, All Right Reserved. Designed By sateeshm
Home Help FQAs