Done challenge 6b, added some text formatting tools
[cipher-tools.git] / cipher.py
index 5781e6df74acb01c72b523e0325636792485e21f..86125b38e805654f0957ec5e4fd27d7e285c5177 100644 (file)
--- a/cipher.py
+++ b/cipher.py
@@ -13,6 +13,7 @@ import pprint
 ## Utility functions
 cat = ''.join
 wcat = ' '.join
+lcat = '\n'.join
 
 def pos(letter): 
     if letter in string.ascii_lowercase: