Jump to content

Execute Brain****/Python: Difference between revisions

m
Fixed syntax highlighting.
mNo edit summary
m (Fixed syntax highlighting.)
 
Line 3:
Implementation of a [[Brainfuck]] interpreter in [[Python]].
 
<langsyntaxhighlight lang="python">#!/usr/bin/python
import sys
import collections
Line 38:
ptr += 1
 
if __name__ == "__main__": brainfuck()</langsyntaxhighlight>
9,483

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.