INNER CODE UNIT · Python
index
talkpython/data-driven-web-apps-with-flask · app/ch04_first_site/first_site_final/first_site/app.py:7
def index():
return 'Hello world'
app.run()
INNER CODE UNIT · Python
talkpython/data-driven-web-apps-with-flask · app/ch04_first_site/first_site_final/first_site/app.py:7
def index():
return 'Hello world'
app.run()