Hello World! By QPython with Brainfu * k

brainfuck_run.py


from brainfuck import Brainfuck
bf = Brainfuck(size=10)
bf.compile(">+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.>>>++++++++[<++++>-]<.>>>++++++++++[<+++++++++>-]<---.<<<<.+++.------.--------.>>+.")
#bf.run(limit=1000)
from cStringIO import StringIO
sio = StringIO()
bf.run(limit=1000,out=sio)
p = sio.getvalue()
sio.close()
print p

Recommended Posts

Hello World! By QPython with Brainfu * k
Hello World! By QPython with Braincrash
Brainfu * k by QPython
Hello World! By QPython with Braincrash
Brainfu * k by QPython
Hello World! By QPython with Brainfu * k
hello world with ctypes
Hello, World with Docker
Hello world with flask
Draw hello world with mod_wsgi
Hello World with Flask + Hamlish
Python starting with Hello world!
Hello, world! With virtual CAN communication
Hello World and face detection with opencv-python 4.2
Hello World with Raspberry Pi + Minecraft Pi Edition
Hello World and face detection with OpenCV 4.3 + Python
Hello World with gRPC / go in Docker environment
Hello world with full features of Go language
Pymacs hello world
Hello World with nginx + uwsgi + python on EC2
Create a one-file hello world application with django
cython hello world
Predicting Kaggle's Hello World, Titanic Survivors with Logistic Regression-Modeling-
RabbitMQ Tutorial 1 ("Hello World!")
Hello World on Django
Django's first Hello World
Hello World with Google App Engine (Java 8) + Spring Boot + Gradle
Hello World with Google App Engine (Java 8) + Servlet API 3.1 + Gradle
Hello World with Google App Engine (Java 11) + Spring Boot + Gradle
Until Hello World with Flask + uWSGI + Nginx @ Sakura's VPS (CentOS 6.6)