Changes

Jump to: navigation, search

OPS435 Python Lab 5

27 bytes added, 13:34, 4 September 2017
PART 1 - Reading Data From Files
Last line
</source>
:#Now lets write practic some python code from the ipython3 prompt to open this file for reading.<source lang="python">
f = open('data.txt', 'r')
</source>
13,420
edits

Navigation menu