Gadgets 4 Students Career Guide Free Tutorials  Go to Your University  Placement Preparation 
1 like 2 dislike
6.7k views
in Python Programming by Goeduhub's Expert (9.3k points)
Write a Python program to find the list of words that are longer than n from a given list of words.

1 Answer

0 like 0 dislike
by Goeduhub's Expert (7.6k points)
edited by
 
Best answer

Ques. Write a Python program to find the list of words that are longer than n from a given list of words

Answer : 

Program : 

str=input("enter strings : ")

a=str.split(" ")

b=[]

n=int(input("enter value of n "))

for i in a:

    if (len(i)> n) :

        b.append(i)

print("list of words : ",b)

Output :  

enter strings : Goeduhub provide Summer, winter, regular training in Artificial Intelligence(AI), Machine Learning(ML), Deep Learning(DL), Python, Big Data Hadoop, Internet of Things(IoT), Cloud Computing, Salesforce, Embedded Systems & Robotics, Mobile Apps Development, Industial Automation(PLC-SCADA),AUTOCAD, MATLAB, Programming (PHP, Java, C, C++), Networks & Database.

enter value of n 7

list of words :  ['Goeduhub', 'training', 'Artificial', 'Intelligence(AI),', 'Learning(ML),', 'Learning(DL),', 'Internet', 'Things(IoT),', 'Computing,', 'Salesforce,', 'Embedded', 'Robotics,', 'Development,', 'Industial', 'Automation(PLC-SCADA),AUTOCAD,', 'Programming', 'Networks', 'Database.']

Learn & Improve In-Demand Data Skills Online in this Summer With  These High Quality Courses[Recommended by GOEDUHUB]:-

Best Data Science Online Courses[Lists] on:-

Claim your 10 Days FREE Trial for Pluralsight.

Best Data Science Courses on Datacamp
Best Data Science Courses on Coursera
Best Data Science Courses on Udemy
Best Data Science Courses on Pluralsight
Best Data Science Courses & Microdegrees on Udacity
Best Artificial Intelligence[AI] Courses on Coursera
Best Machine Learning[ML] Courses on Coursera
Best Python Programming Courses on Coursera
Best Artificial Intelligence[AI] Courses on Udemy
Best Python Programming Courses on Udemy

 Important Lists:

Important Lists, Exams & Cutoffs Exams after Graduation PSUs

 Goeduhub:

About Us | Contact Us || Terms & Conditions | Privacy Policy || Youtube Channel || Telegram Channel © goeduhub.com Social::   |  | 

 

Free Online Directory
...