Ad
Code
Diff
  • def return_hundred():
        a =  int(str('001'[::-1]))
        return a
    • def return_hundred():
    • return int(str('001'[::-1]))
    • a = int(str('001'[::-1]))
    • return a

your task is return a word where word have the most lenght, len word without numbers and another digit, only isalph() :-)

your task:
return a max lenght word in line, but return len word without another symbols

example:
- 'marry, ksnfgjji233jc, harry!@#':
ksnfgjji233jc, - len this word is 14, len word without another symbols = 10 (ksnfgjjijc)
should return: ksnfgjji233jc,

def lenght_line(line='marry, ksnfgjji233jc, harry!@#'):
    return 'ksnfgjji233jc,'
Code
Diff
  • def why(h='w - h - y'):
        return h
    • def why():
    • return 'w - h - y'
    • def why(h='w - h - y'):
    • return h

return:
w - h - y

def why():
    return 'w - h - y'
Code
Diff
  • return_hundred = lambda: int(str('001'[::-1][::-1][::-1]))
    • return_hundred = lambda: int(str('001'[::-1]))
    • return_hundred = lambda: int(str('001'[::-1][::-1][::-1]))
Code
Diff
  • def return_hundred():
        return int(str('1000'))//10
    • def return_hundred():
    • return int(str('100'))
    • return int(str('1000'))//10
Code
Diff
  • def return_hundred():
        return int(str('100'))
    • def return_hundred():
    • return int(1000/20*1000/1000*20)/10
    • return int(str('100'))
Code
Diff
  • def return_hundred():
        return int(1000/20*1000/1000*20)/10
    • def return_hundred():
    • return int(100/2*100/100*2)
    • return int(1000/20*1000/1000*20)/10
Code
Diff
  • def return_hundred():
        kk = 100
        return kk * 10000000000000 // 10000000000000
    
    • def return_hundred():
    • kk = 100
    • return kk * 1000000000000 // 1000000000000
    • return kk * 10000000000000 // 10000000000000
Code
Diff
  • def return_hundred():
        kk = 100
        return kk * 1000000000000 // 1000000000000
    
    • def return_hundred():
    • kk = 100
    • return kk * 100000000000 // 100000000000
    • return kk * 1000000000000 // 1000000000000
Code
Diff
  • def return_hundred():
        kk = 100
        return kk * 100000000000 // 100000000000
    
    • def return_hundred():
    • kk = 100
    • return kk * 10000000000 // 10000000000
    • return kk * 100000000000 // 100000000000
Code
Diff
  • def return_hundred():
        kk = 100
        return kk * 10000000000 // 10000000000
    
    • def return_hundred():
    • kk = 100
    • return kk * 1000000000 // 1000000000
    • return kk * 10000000000 // 10000000000
Code
Diff
  • def return_hundred():
        kk = 100
        return kk * 1000000000 // 1000000000
    
    • def return_hundred():
    • kk = 100
    • return kk * 100000000 // 100000000
    • return kk * 1000000000 // 1000000000
Code
Diff
  • def return_hundred():
        kk = 100
        return kk * 100000000 // 100000000
    
    • def return_hundred():
    • kk = 100
    • return kk * 10000000 // 10000000
    • return kk * 100000000 // 100000000
Loading more items...