Question 9
Consider the following Flask RESTful API code.
What will be the response?
{"n": 3}
Runtime error
400 Bad Request
{ }
Consider the following Flask RESTful API code.
What will be the response?
{"n": 3}
Runtime error
400 Bad Request
{ }
Correct answer
{"n": 3}
Question 9 of 13 in the IIT Madras BS Modern Application Development I (MAD 1) Quiz 2 paper sat on 16 Aug 2026, in the May 2026 term (Modern Application Development I 14 Aug 26). It carries 4 marks.