Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- w = int(input())
- if w % 2 == 0 and w > 2:
- print('YES')
- else:
- print('NO')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement