Information & documentation
number = 2 while number < 30 and number > 1: print number number = number**2 % 41