Login to add a question
Please login from student email id only (@ds.study.iitm.ac.in).
Student Google login
-
1
the exact same code changes and and questions were asked on 13-12-2025Times asked 1Official solution
SimpleLive Flask coding: chhota route likho, save, browser/curl se test. Syntax error terminal mein padho.
Example
@app.route('/ping') def ping(): return jsonify(ok=True) @app.route('/even/<int:n>') def even(n): return 'even' if n % 2 == 0 else 'odd'Community answers
No replies yet
No community answers yet
Open My solution to be the first to share yours.
My solution
Not submitted yet
Advice: 10 mins given for code change. Expects fast answers.