June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
|
|
@ -1,5 +1,7 @@
|
|||
def applyToOwnSourceCode(functionBody):
|
||||
print "def applyToOwnSourceCode(functionBody):"
|
||||
print functionBody
|
||||
print "applyToOwnSourceCode(" + repr(functionBody) + ")"
|
||||
applyToOwnSourceCode('\tprint "def applyToOwnSourceCode(functionBody):"\n\tprint functionBody\n\tprint "applyToOwnSourceCode(" + repr(functionBody) + ")"')
|
||||
data = (
|
||||
'ZGF0YSA9ICgKCSc=',
|
||||
'JywKCSc=',
|
||||
'JwopCnByZWZpeCwgc2VwYXJhdG9yLCBzdWZmaXggPSAoZC5kZWNvZGUoJ2Jhc2U2NCcpIGZvciBkIGluIGRhdGEpCnByaW50IHByZWZpeCArIGRhdGFbMF0gKyBzZXBhcmF0b3IgKyBkYXRhWzFdICsgc2VwYXJhdG9yICsgZGF0YVsyXSArIHN1ZmZpeA=='
|
||||
)
|
||||
prefix, separator, suffix = (d.decode('base64') for d in data)
|
||||
print prefix + data[0] + separator + data[1] + separator + data[2] + suffix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue