Kaydet (Commit) ce320966 authored tarafından Guido van Rossum's avatar Guido van Rossum

Oops. Of course, print b should also be print `b`. :-(

üst 57e846f8
......@@ -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
......
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