add demo app
This commit is contained in:
parent
e39f79a62b
commit
31dd67da41
7
app.py
Normal file
7
app.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
from flask import Flask
|
||||||
|
app = Flask(__name__)
|
||||||
|
|
||||||
|
@app.route('/')
|
||||||
|
def calculate-hard():
|
||||||
|
result = 3 * 4 + 12
|
||||||
|
return str(result)
|
Loading…
x
Reference in New Issue
Block a user