Python rot13()

1 개요[ | ]

Python rot13()
import codecs
print( codecs.encode('HELLO', 'rot_13') )
print( codecs.encode('foobar 1.2.3', 'rot_13') )

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}