kkalog

Untitled

Jul 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. s = raw_input("Give me the value:")
  2.  
  3. if s =="yes" or s == "YES" or s == "Yes":
  4.   print "Yes"
  5. else:
  6.   print "No"
Advertisement
Add Comment
Please, Sign In to add comment