Ejemplo n.º 1
0
    def delete(self,name):

        Student.delete_data(name);
        return {"Status":"Record Removed"},200