major updates to the solutions
[wordplay-cdsw-solutions] / solution_6.py
index 62e13f2d0731c38c9840e6d8fea1fea0e2e62e8d..a97e6a037563fa5bceee7a1ff1d294e374b59c8c 100644 (file)
@@ -27,4 +27,4 @@ for word in new_words:
     if len(word) > len(longest_so_far):
         longest_so_far = word
 
-print longest_so_far
+print(longest_so_far)

Benjamin Mako Hill || Want to submit a patch?