@@ -1,7 +1,8 @@
from flask import Flask
app = Flask(__name__)
@app.route('/')
def calculatehard():
result = 3 * 4 + 12
return str(result)
def calculate():
result = 3 * (4 + 12)
The note is not visible to the blocked user.