Horje
Manasa loves Maths Code Example
Manasa loves Maths
import itertools

def solve(string):
    for c in itertools.permutations(string, min(len(string), 3)):
        if int(''.join(c)) % 8 == 0:
            return 'YES'
    return 'NO'




Whatever

Related
turkse s Code Example turkse s Code Example
c how to find next multipliy of a number Code Example c how to find next multipliy of a number Code Example
stay high lyrics juice wrld Code Example stay high lyrics juice wrld Code Example
for in racket Code Example for in racket Code Example
nk meaning Code Example nk meaning Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9