- 1
txt = input() x=txt.split() y=' ' for i in x: if len(i)>len(y): y=i print(y)
Can anybody discribe this
2 Respostas
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.
0
Tq