You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These instruction are to help you solve a test challenge "Calculate Square". Instruction to this test challenge can be found at https://calculate-square.herokuapp.com/instructions
2
+
3
+
Step by step
4
+
5
+
As per the instruction you have to implement a post endpoint /square
6
+
7
+
- Go to `square.py` under `codeitsuisse/routes` folder in this template and you will find a post method with name `/square`
8
+
- write your implementation in this method. This method will be the entry point when you submit your solution for evaluation
9
+
- Note the __init__.py file in each folder. This file makes python treat directories containing it to be loaded in a module
0 commit comments