Advertisement
pleabargain

Maye West had something to say about women

Mar 24th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.39 KB | None | 0 0
  1. def evo_woman(age): # how to force the variable to be an integer?
  2.     '''The parameter age takes one value.
  3.    This is a variation on a quote from
  4.    Maye West'''
  5.     if age<18:
  6.         print ("You need an education")
  7.     elif age<=18 or age<=25:
  8.         print ("You need looks")
  9.     elif age<=25 or age<=35:
  10.         print ("You need charisma")
  11.     elif age>36:
  12.         print ("You need cash")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement