SHARE
TWEET
Untitled
a guest
Aug 4th, 2012
15
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #!/usr/bin/env python
- #Initialise variables and imports
- import os.path
- DataFile='emill.dat'
- fileObject = open("emill.dat",'r') #Opens data file
- fileContents = fileObject.read()
- print 'The contents of emill.dat follow'
- print fileContents
RAW Paste Data

