Chris Angelico <ros...@gmail.com>: > Or, even simpler: Use an active condition. > > while input('Do you like python?') not in ('yes', 'y'): pass
Instead of the traditional "pull" technology, you could take advantage of the state-of-the-art "push" approach: print("You must love python -- everybody does!") Marko -- https://mail.python.org/mailman/listinfo/python-list