×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Python
Posted by: Lubo Stefanov
Added: Jun 3, 2017 11:10 AM
Views: 2350
Tags: tag1 tag2 tag3
  1.  
  2. @app.route("/")
  3. def index():
  4.     return "Hello, World";