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

AkshayJoy • 4 years ago

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

Anonymous • 2 years ago

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

ThePikachu • 4 years ago

same

Anonymous • 4 years ago

same

Anonymous • 4 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]