We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

AkshayJoy • 5 years ago

it is showing the test in diffrent language? I need to see in English

Anonymous • 3 years ago

you could use duolingo in order to learn русский

ThePikachu • 5 years ago

same

Anonymous • 5 years ago

same

Anonymous • 5 years ago

I found the longest substring using this code:

def l_sub_str(stringg):
global s_l
s_l=sorted(stringg.split(),key=len)
return s_l[-1]