#simple if--see python 5 number = input("please type in an integer:") if number < 0: print "this number is negative" else: print "this number is nonnegative"