ActiuePython 2.5.1.1 <ActioeState Software Inc.> based on
Python 2.5.1 <r251:54863, May 1 2007, 1?:47:05> [MSC o.1310 32 bit <Intel>] on win32
Type "help", "copyright”, "credits" or "license" for norę infornation.
>>> ualuel = 2 »> ualue2 = 4 >>> ualue3 = 6
>>> ualue4 = ualuel + ualue2 + ualue3 >>> print ualue4 12
»> stringl = ”Ala ”
>>> string2 = "na ”
>>> string3 = "kota”
>>> string4 = stringl + string2 + string3 >>> print string4 Ala na kota