I have written and tested some code in a worksheet and I want to reuse it in another worksheet. How can I do it?
For e.g. I want to be able to do the following:
Worksheet 1: def tested_code_i_want_to_reuse(...): ...
Worksheet 2: tested_code_i_want_to_reuse(...)