txt = input() x=txt.split() y=' ' for i in x: if len(i)>len(y): y=i print(y) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

txt = input() x=txt.split() y=' ' for i in x: if len(i)>len(y): y=i print(y)

Can anybody discribe this

3rd May 2022, 7:47 PM
Kencharla keerthi
2 Answers
0
Probably. Just remove all those irrelevant tags and include a single one with the language of this code. Also, put this code in Code Playground, run it, see the results, and include a link to it in your question. Executing in Code Playground can give you an insight.
4th May 2022, 6:19 PM
Emerson Prado
Emerson Prado - avatar
0
Tq
5th May 2022, 10:43 AM
Kencharla keerthi