mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Oops. Of course, print b should also be print b
. :-(
This commit is contained in:
parent
57e846f803
commit
ce32096661
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue