>>> color='orange' >>> if color=='red' or 'blue' or 'green': print "Works?"
Works? >>> -- http://mail.python.org/mailman/listinfo/python-list
>>> color='orange' >>> if color=='red' or 'blue' or 'green': print "Works?"
Works? >>> -- http://mail.python.org/mailman/listinfo/python-list