I need to create a simple library that will work in that way:
- I run python command prompt interpreter from Windows Start
- Write
import <a name of library> - Then write
m_relation(<arguments>) - Interpreter shows a result of what I need
I already have written down the code I need.