Commit c4c26414 authored by Guido van Rossum's avatar Guido van Rossum

Print `a` so encrypted text is shown in ascii, not binary.

parent 9faabb8d
test_rotor
qIT
'\265q\220\243\350IT\321\007\332\035\334\337'
>k(,˟
spam and eggs
cheese shop
......@@ -7,7 +7,7 @@ A = 'spam and eggs'
B = 'cheese shop'
a = r.encrypt(A)
print a
print `a`
b = r.encryptmore(B)
print b
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment