Guest User

Untitled

a guest
Aug 10th, 2011
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. price = 1.5
  2. if price < 1.5:
  3.     print "Buy two"
  4. elif price < 2:
  5.     print "Buy one"
Advertisement
Add Comment
Please, Sign In to add comment