On 05-Aug-2002 Kyle Babich wrote: > Out of curiosity what would happen if I were let something like: > > while 1: > print "hello" > > run without stopping it? Would the computer crash if I didn't stop it? > nope it would just cycle "forever". It is fairly difficult to crash a machine via a mistake in python.