tuples.rst
changeset 153 22521a1d6841
parent 150 234b393cbc85
child 222 d5249a528cae
equal deleted inserted replaced
152:084840c966f3 153:22521a1d6841
    60     a
    60     a
    61     b
    61     b
    62 
    62 
    63 We define the two values
    63 We define the two values
    64 ::
    64 ::
       
    65 
    65     temp = a
    66     temp = a
    66     a = b
    67     a = b
    67     b = temp
    68     b = temp
    68 
    69 
    69     a
    70     a