Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
OPS435 Python Lab 5
27 bytes added
,
12: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>
Msaul
Administrators
13,420
edits