We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec3da1 commit dde979aCopy full SHA for dde979a
caesar_cipher/README.md
@@ -92,6 +92,7 @@ The script:
92
chr((ord(char) - base + shift) % 26 + base)
93
```
94
95
+
96
* `ord(char)` – ASCII of char
97
* `base` – `ord('a')` or `ord('A')`
98
* `shift` – Provided shift value
0 commit comments