Changes between Version 103 and Version 104 of python


Ignore:
Timestamp:
Oct 5, 2016, 9:24:58 AM (8 years ago)
Author:
mtelenta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • python

    v103 v104  
    203203# Primerjalni operatorji
    204204one = 1
    205 dwo = 2
     205two = 2
    206206three = 3
    207207print(one < two < three)