Skip to content
Snippets Groups Projects
Commit 2707e0b0 authored by Vivin Balaji K S 's avatar Vivin Balaji K S
Browse files

Upload New File

parent 965d6d71
No related branches found
No related tags found
No related merge requests found
Pipeline #113 canceled
def returnmaxlength(a):
p=0
for i in range(len(a)):
if len(a[i])>m:
p=len(a[i])
j=i
return a[j]
s=[str(x) for x in input().split()]
print(returnmaxlength(a))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment