Skip to content

Commit dde979a

Browse files
authored
Update README.md
1 parent aec3da1 commit dde979a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

caesar_cipher/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ The script:
9292
chr((ord(char) - base + shift) % 26 + base)
9393
```
9494

95+
9596
* `ord(char)` – ASCII of char
9697
* `base``ord('a')` or `ord('A')`
9798
* `shift` – Provided shift value

0 commit comments

Comments
 (0)