#!/usr/bin/python3

if 1 == 1:
    print('Yes, 1 == 1')
else:
    print('No, 1 != 1')