Skip to content

Instantly share code, notes, and snippets.

@leylineL2
Created September 19, 2018 08:10
Show Gist options
  • Save leylineL2/6169063f80ad055b0e7c72cc8094d4c4 to your computer and use it in GitHub Desktop.
Save leylineL2/6169063f80ad055b0e7c72cc8094d4c4 to your computer and use it in GitHub Desktop.
7行目のシンタックスエラー
#!/usr/bin/env xonsh
from flask import Flask, render_template, request
app = Flask(__name__)
@app.route("/")
def welcome():
return $(ls)
app.run(debug=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment