Skip to content
Snippets Groups Projects
Commit c3a9245b authored by K V Ragul's avatar K V Ragul
Browse files

assignment done

parent 35462c74
No related branches found
No related tags found
No related merge requests found
Pipeline #98 canceled
def maxlength(A):
maximum=0
for i in st:
l=len(i)
if(l>maximum):
maximum=l
s1=i
return s1
st=[str(x) for x in input().split() ]
print(maxlength(st))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment