We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
it is showing the test in diffrent language? I need to see in English
same
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]
it is showing the test in diffrent language? I need to see in English