iowabeakster mount....... 20130712-001044
Posted:
My solution to the "mount" home task is very simple.
- import the module called 'os'
- pass the argument "mount" to the function called 'system.os'.
The ouput is the same as the mount command, because it does exactly the same thing, but does it from a python script.
The link to my code can be found here .