Arrange the blocks

Report a typo

Arrange the blocks of code in the correct order.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                app = Flask(__name__)
              
                @app.route("/")
              
                return render_template("signup.html")
              
                from flask import Flask, render_template, request
              
                def home():
              
___

Create a free account to access the full topic