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

This commit is contained in:
Guido van Rossum 1997-08-14 19:55:00 +00:00
parent 9faabb8d23
commit c4c26414c5
2 changed files with 2 additions and 2 deletions

View file

@ -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