filmov
tv
Write a short python code segment that print the longest word in the list of the word.

Показать описание
Q. Write a short python code segment that print the longest word in the list of the word .
Website Link :-
Q 5 || Type C || Python revision tour 2 || Sumita Arora || Class 12 || Computer science || IP
Python revision tour 2 Playlist link ---
Answer :-
lst = eval(input ("Enter the list = "))
long = len ( lst [ 0 ])
for i in lst :
if long = len ( i ):
long = len ( i )
word = i
print ("longest word in list = " , word )
Output :-
Enter the list = ["Path","Walla","Portal","Express"]
longest word in list = Express
Enter the list = ["C++","Python","Java","CSS"]
longest word in list = Python
Website Link :-
Q 5 || Type C || Python revision tour 2 || Sumita Arora || Class 12 || Computer science || IP
Python revision tour 2 Playlist link ---
Answer :-
lst = eval(input ("Enter the list = "))
long = len ( lst [ 0 ])
for i in lst :
if long = len ( i ):
long = len ( i )
word = i
print ("longest word in list = " , word )
Output :-
Enter the list = ["Path","Walla","Portal","Express"]
longest word in list = Express
Enter the list = ["C++","Python","Java","CSS"]
longest word in list = Python
-
Portal Express
-
Write a short python code segment that print the longest word in the list of the word .
-
Q 5 || Type C || Python revision tour 2 || Sumita Arora || Class 12 || Computer science || IP
-
Write a short python code segment that print the longest word
-
Python revision Tour 2
-
Python revision Tour 2 class 12
Heart Shape Pattern Turtle Graphics Design using Python 🤔 #coding #python #turtle #programming #code...
Normal People VS Programmers #coding #python #programming #easy #funny #short
How to create a Virus in Python #Shorts
Python CLASSES in 50 Seconds! 🔥👨💻 #shorts
Amazing Rotating Python Graphics Design using Turtle 🐢 #python #pythonshorts #coding #viral #design...
Learn Python in Less than 10 Minutes for Beginners (Fast & Easy)
Create a Spiderman using python coding |python programer| #tech #python #coding
Python Turtle Graphics 7 | multi colors designs #CodingWithKarthik
Teaching Myself Python LIVE 🔴 | Data Structures & Algorithms in Python | 11-18-2024
Make Flappy Bird In Python - Ursina Engine #Shorts
Coding a game in Python #Shorts #Python
Python user input ⌨️
Make Calendar of Whole Year in Python
How To Comment in Python #shorts
Python for Beginners - Learn Coding with Python in 1 Hour
ALL Python Programmers Should Know This!! #python #programming #coding
Be a Python Pro with Enumerate
Python Integer Trick?? #python #coding #programming
Draw a Ninja Design using python turtle! 😯 #python #shorts
Coding Python on mobile in 30 seconds #shorts
How to learn coding using Mobile 🔥🔥 | Practically | Python for Beginners
Python Colored text in 2 lines? #Shorts
Python program to generate random numbers #shorts #coding #programming
Draw Iron Man Face using 3 line of python code #shorts #coding #programming
Комментарии