jest 2 parzystą liczbą

def isEven(x):
	return x%2 == 0
    
print(isEven(2))
Expensive Elephant