answers.md caesar_cracker.py

This commit is contained in:
njmason22
2026-04-09 21:21:32 -04:00
parent 363a7a1187
commit 0844e968fe
3 changed files with 71 additions and 1 deletions

View File

@@ -3,7 +3,12 @@
## Checkpoint 1
0. `secrets/secret0.txt` is encrypted using a Caesar Cipher. What is
its secret number?
its secret number? 78
'Tyger Tyger, burning bright, In the forests of the night; What imortal hand or eye, Could frame thy fearful symetry?'
# I got some "escape sequence" warnings, plus, eventually I got a runtime error. However, I
# was able to decode by using the interactive "python" command line and typed in several lines of
# code at the >>> prompt. Once I get some feedback I'll decode more secret texts. Thank you, Stacy.
1. `secrets/secret1.txt` is encrypted using a Caesar Cipher. What is
its secret number?