Rot-13: Difference between revisions

Line 843:
 
=={{header|Python}}==
{{works with|Python| 2.x, (but not 3.x}}) has built-in rot13 encoding and decoding:
{{works with|Python|2.x}}
Python has built-in rot13 encoding and decoding:
<pre>
>>> u'foo'.encode('rot13')
Anonymous user