Lichen

tests/operator_syntax.py

288:fff09c70f489
2016-11-30 Paul Boddie Implemented the dictionary items method and expanded IndexError. Expanded the dictionary test program.
     1 print 1 == 1                    # True     2 print 1 != 1                    # False     3 print 1 == "one"                # False     4 print 1 != "one"                # True