I am tyring to implement funtionality before a step and after a step in python
Scenario: Addition
Given Calculator app is run
When I input "2+3" to calculator
Then I get result "5"
i wish to execute a funtionality before executing second step. How can i proceed ?