[Answer]-Django calling an another function inside from a view function

1👍

Fix your calculateMark() function so that it doesn’t have any code paths that don’t return a response. Also, consider converting the arguments to numbers first.

Leave a comment