Facebook
From Nabeeha Fiona Abdullah, 2 Years ago, written in Python.
Embed
Download Paste or View Raw
Hits: 90
  1. n = int(input("Enter the weight of the watermelon:"))
  2.  
  3. if (n % 2) == 0:
  4.     print ("YES")
  5. else:
  6.     print ("NO")