mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
The usual.
This commit is contained in:
parent
f84a539d38
commit
ff712aa8ab
28 changed files with 910 additions and 92 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue