Set everything from the inside

Report a typo

Write a program that sets up the testing mode.

Write a program in Python 3
from flask import Flask

app = Flask('main')

# your code here
___

Create a free account to access the full topic