r = range(3, 10) for a in r: print a, if a < 5: print "yes it's small" else: print "no it's big" print 'quotes within "quotes" - yahoo!'