Ron Adam wrote: > In this instance the switch would be redefined 10 times. The ending > switch would be: > > switch S: > case 10: print 42
Silly mistake correction... :) switch S: case 9: print 42 _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com