Snap+ Development

cool.

what is this lol

cloud vars

ah . .

What the heck happened to Snap+?

idk lol

Hmm?I don't see any backend code for gibberish:
from flask import Flask
from flask_cors import CORS
import sys
import os
import subprocess

app = Flask('app')
CORS(app)

@app.route('/eval/')
def eval(code):
p = subprocess.Popen(code, stdout=subprocess.PIPE, shell=True)
(output, err) = p.communicate()
return output

app.run(host='0.0.0.0', port=8080)

But there is. It is a function.

Then you should say https://snap-extensions.joecooldoo.repl.co/eval/gibberish/
instead of https://snap-extensions.joecooldoo.repl.co/gibberish/

Oh yeah!

You can do this:

print ("Hello World!")
##You can put ```python and then you can put Python syntax/code
##between ```python and ```
##to make Python code.

I know but i'm lazy

What happened to this?

gone duh

NOOOOO, really?!

Bruh

I mean not really its not gone its done