http://stackoverflow.com/questions/101268/hidden-features-of-python#1024693
ROT13 is a valid encoding for source code, when you use the right coding
declaration at the top of the code file:
#!/usr/bin/env python# -*- coding: rot13 -*-
cevag "Uryyb fgnpxbiresybj!".rapbqr("rot13")
The only response I have to that is ಠ_ಠ
On Thu, Jul 18, 2013 at 5:26 PM, Pat Tressel <[email protected]> wrote:
> http://stackoverflow.com/questions/101268/hidden-features-of-python
>
> Enjoy!
>
> -- Pat
>
