the file is in a directory called Python, but this still dont work I am trying to read in the file
Code:
f = open('/Python/Stud.txt)
lines = f.readlines() #lines in the file
for line in lines: #loop line is variable
print line #to test
Please I have been stuck for ages