Changeset 39134 for trunk/ippToPsps/jython/testCode.py
- Timestamp:
- Nov 13, 2015, 12:11:58 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/testCode.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/testCode.py
r39103 r39134 96 96 print "words[1]: " + words[1] 97 97 98 myList = ["word1", "word2", "word3"] 99 if "word1" in myList: 100 print "found word1" 101 102 if 'word1' in myList: 103 print "alt word1" 98 104 99 105
Note:
See TracChangeset
for help on using the changeset viewer.
