Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Brainfuck in Python

Name: Anonymous 2009-03-14 12:34

IS IT POSSIBLE?

Name: Anonymous 2009-03-14 12:46


prog = '+++.'

memory  = 0

for i in prog:
    if i=='+':
        memory += 1
    if i=='.':
        print memory
    #TODO: Make the rest

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List