Last updated 4 years ago
Was this helpful?
import random from flask import Flask app = Flask(__name__) @app.route("/") def index(): # add new code below return "welcome to activity 3!"