2. Hello World

def index():
  return "Mi primer mensaje"
def index():
  return dict(msg="FATEC SJC")
<html>

  <head></head>

  <body>

    <h1>{{=msg}}</h1>

  </body>

</html>
You have attempted of activities on this page