@@ -1,2 +1,3 @@
.git/
*.md
venv/
@@ -128,4 +128,4 @@ dmypy.json
# Pyre type checker
.pyre/
.idea/
@@ -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.