Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Smallest Brainfuck interpreter written in Python [167 bytes]
zax2002
May 8th, 2020
463
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
z
=
a
=
x
=
0
c
,
m
=
input
(
)
,
[
0
]
*
999
while
(
z
<
len
(
c
)
)
:
exec
(
"a+=1|a-=1|m[a]+=1|m[a]-=1|print(chr(m[a]))|m[a]=ord(input())|x=z|if m[a]:z=x"
.
split
(
"|"
)
[
"><+-.,[]"
.
find
(
c
[
z
]
)
]
)
;
z+
=
1
Add Comment
Please,
Sign In
to add comment
Public Pastes
🔥 Exchange profit method
JavaScript | 54 sec ago | 0.22 KB
⚡ Crypto Swap Glitch ✅ Working ⚡ 💵🚨
JavaScript | 5 min ago | 0.20 KB
🚀 Swapzone +37% glitch
JavaScript | 11 min ago | 0.22 KB
💎 ChangeNOW Exploit 📌📝
JavaScript | 11 min ago | 0.20 KB
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐
Java | 13 min ago | 0.06 KB
⭐⭐⭐Profit Method⭐⭐
Java | 14 min ago | 0.06 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 15 min ago | 0.06 KB
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 15 min ago | 0.06 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!