#!/usr/bin/python3

if 1 & 1 == 3 & 1:
    print("Python Says YES!")
