Open main menu

CDOT Wiki β

Changes

OPS435 Python Assignment 2 C

2 bytes removed, 01:10, 3 April 2018
Sample Python codes
== Sample Python codes ==
The following sample python code reads and display primary partition on a given physical storage device with MBR partition scheme:
<codepre>
#! /usr/bin/python
# read and display partition info
except IOError:
print "File missing."
</codepre>
= Resources =
1,760
edits