Please read the new rule regarding the restriction on the use of AI tools. ×

scriabin's blog

By scriabin, history, 23 months ago, In English
w = int(input())

if w % 2:
    print("NO")
elif w == 2:
    print("NO")
else:
    print("YES")

here is my code, does anyone have recommendations to make it faster

edit; why the downvotes, where is a place i can discuss my code and figure out improvement.

Full text and comments »

  • Vote: I like it
  • -22
  • Vote: I do not like it