This is an example of a run of a program where the user quits before solving the puzzle.
% python cryptoquote.py |*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*| Welcome to Cryptoqote I'll print out a quote I've encrypted using a single letter substitution cipher. See if you can decrypt it, one letter at a time. Enter 'quit' to exit the game before solving. Good Luck! |*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*|*| ........................................ PUZZLE: mqd'l exl idzqdx cqk zqt qs zqtc bfiubdilbqd, zqtc ncxilboblz, qc zqtc ntcbqjblz. -- fix hifbjqd ---------------- YOUR SOLUTION: mqd'l exl idzqdx cqk zqt qs zqtc bfiubdilbqd, zqtc ncxilboblz, qc zqtc ntcbqjblz. -- fix hifbjqd ........................................ From which letter in puzzle string? l To which letter in solution string? t ........................................ PUZZLE: mqd'l exl idzqdx cqk zqt qs zqtc bfiubdilbqd, zqtc ncxilboblz, qc zqtc ntcbqjblz. -- fix hifbjqd ---------------- YOUR SOLUTION: mqd'T exT idzqdx cqk zqt qs zqtc bfiubdiTbqd, zqtc ncxiTbobTz, qc zqtc ntcbqjbTz. -- fix hifbjqd ........................................ From which letter in puzzle string? m To which letter in solution string? c ........................................ PUZZLE: mqd'l exl idzqdx cqk zqt qs zqtc bfiubdilbqd, zqtc ncxilboblz, qc zqtc ntcbqjblz. -- fix hifbjqd ---------------- YOUR SOLUTION: Cqd'T exT idzqdx cqk zqt qs zqtc bfiubdiTbqd, zqtc ncxiTbobTz, qc zqtc ntcbqjbTz. -- fix hifbjqd ........................................ From which letter in puzzle string? q To which letter in solution string? a ........................................ PUZZLE: mqd'l exl idzqdx cqk zqt qs zqtc bfiubdilbqd, zqtc ncxilboblz, qc zqtc ntcbqjblz. -- fix hifbjqd ---------------- YOUR SOLUTION: CAd'T exT idzAdx cAk zAt As zAtc bfiubdiTbAd, zAtc ncxiTbobTz, Ac zAtc ntcbAjbTz. -- fix hifbjAd ........................................ From which letter in puzzle string? d To which letter in solution string? n ........................................ PUZZLE: mqd'l exl idzqdx cqk zqt qs zqtc bfiubdilbqd, zqtc ncxilboblz, qc zqtc ntcbqjblz. -- fix hifbjqd ---------------- YOUR SOLUTION: CAN'T exT iNzANx cAk zAt As zAtc bfiubNiTbAN, zAtc ncxiTbobTz, Ac zAtc ntcbAjbTz. -- fix hifbjAN ........................................ From which letter in puzzle string? quit ------------------------------------- Sorry you are quiting. Try again some other time. Here is the puzzle answer: don't let anyone rob you of your imagination, your creativity, or your curiosity. -- mae jamisonReturn to Lab 07