git @ Cat's Eye Technologies Beatnik / master
Merge pull request #1 from angel-carvajal-coder/patch-1 Python 3 support Chris Pressey authored 2 years ago GitHub committed 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
108108 # to constants (words that follow PUSH or SKIP instructions)
109109 for word in words:
110110 value = scrabble(word)
111 print "[%s:%s/%s]" % (value, ACTION.get(value, 'NOP'), word)
111 print ("[%s:%s/%s]" % (value, ACTION.get(value, 'NOP'), word))
112112 sys.exit(0)
113113
114114 words.append('FOXY') # stop if you get to the end