I want to check what is the biggest string in a list
Is there any function for this? for example:
lis = ['rafa', 'now', 'lucky']
And it returns 'lucky' or 5
I want to check what is the biggest string in a list
Is there any function for this? for example:
lis = ['rafa', 'now', 'lucky']
And it returns 'lucky' or 5