Skip to content

Instantly share code, notes, and snippets.

View nuxi's full-sized avatar

Jon DeVree nuxi

View GitHub Profile
@nuxi
nuxi / rot13.py
Created December 18, 2022 19:27
This program is a simple demonstration of the ROT-13 algorithm
#!/usr/bin/env python3
# This program is a simple demonstration of the ROT-13 algorithm
import codecs
def rot13(s):
return codecs.encode(s, 'rot13')
if __name__ == '__main__':

Keybase proof

I hereby claim:

  • I am nuxi on github.
  • I am nuxi (https://keybase.io/nuxi) on keybase.
  • I have a public key whose fingerprint is 92FD 0511 2BE0 B729 6B30 4207 70E1 4BED 27BA 137A

To claim this, I am signing this object: