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