diff options
author | Guido van Rossum <guido@python.org> | 1997-10-06 20:19:59 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-06 20:19:59 (GMT) |
commit | a11ccccd249c201df0224c84bbaacdb31496aa5b (patch) | |
tree | d5a3ed51586cbe829775209fa49f469935332782 /Lib/dos-8x3/test_rot.py | |
parent | d57548023fa61918e545c0c808625df4f43e6ad4 (diff) | |
download | cpython-a11ccccd249c201df0224c84bbaacdb31496aa5b.zip cpython-a11ccccd249c201df0224c84bbaacdb31496aa5b.tar.gz cpython-a11ccccd249c201df0224c84bbaacdb31496aa5b.tar.bz2 |
The usual (and some new modules).
Diffstat (limited to 'Lib/dos-8x3/test_rot.py')
-rw-r--r-- | Lib/dos-8x3/test_rot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dos-8x3/test_rot.py b/Lib/dos-8x3/test_rot.py index 99724bc..a5c02aa 100644 --- a/Lib/dos-8x3/test_rot.py +++ b/Lib/dos-8x3/test_rot.py @@ -9,7 +9,7 @@ B = 'cheese shop' a = r.encrypt(A) print `a` b = r.encryptmore(B) -print b +print `b` A1 = r.decrypt(a) print A1 |