Codegrepper keren

codegrepper_is_cool = true

if codegrepper_is_cool:
    print("codegrepper is cool")
else
    print("codegrepper is not cool")

#result should be "codegrepper is cool" and it is cool
dl.guy