Loading
blesmrt pastebin
Archives
Trending
Docs
Login
python...
Get short URL
Wrap
Raw
Revise
#!/usr/bin/env python
import
sys
def
main
(
)
:
return
reduce
(
lambda
b
,
c:
(
lambda
x:
(
lambda
r
=
sys
.
stdout
.
write
(
chr
(
x
)
)
:x
)
(
)
)
(
c+b
)
,
[
32
,
40
,
29
,
7
,
0
,
3
,
-
67
,
-
12
,
87
,
-
8
,
3
,
-
6
,
-
8
,
-
67
,
-
23
]
)
main
(
)