leetspeak in python

Struggled with the print statement as it adds '\n' and a space.
Found that my friend's usage of print with ''.join([leet.get(x,x) for x in str]) worked!
So, here's the python way:
http://sarovar.org/snippet/detail.php?type=snippet&id=63

No comments: