Hey guys, lately i've been having some trouble with file I/O but usually i don't heres an example of reading a file:
print "\nReading..."
myfile = open('myfile.txt', 'r').read()
print "\n",myfile
but is there and easier way to do that because when i try to run the program just stops, it didn't do that a couple hours ago when i first started writing the program, so any suggestions? thanks