ActiuePython 2.5.1.1 <ActiueState Software Inc.> based on
Python 2.5.1 <r251:54863, May 1 2007, 17:47:05> [MSC o.1310 32 bit <Intel>] on win 3 2
Type ''help'’, "copyright”, "credits" or "license” for morę information.
>>> ualue = 10 >>> while ualue > 0: print ualue ualue -= 1
▼