ActioePython 2.5.1.1 CActiueState Software Inc.> based on
Pytbon 2.5.1 <r251:54863, May 1 2007, 17:47:05> [MSC 0.1310 32 bit <Intel>] on win 32
Type ''help1', ''copyright1', "credits" or "license" for morę information.
>>> 'to jest tekst'
'to jest tekst'
>>> "to tez jest tekst"
'to tez jest tekst'
>>> """to tez jest tekst"""
'to tez jest tekst'
»> "Ala ma " + "kota"
'Ala ma kota'
»> "Ala ma Xs" X <"kota">
'Ala ma kota'
»> "xs y.s y.s" x <"Ala", " ma", " kota">
'Ala ma kota'
»> -