You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- Reading in the entire file:
Traceback (most recent call last):
File "./Python-Crash-Course-Homework/chapter10/10-1.py", line 7, in <module>
with open(filename) as f:
IOError: [Errno 2] No such file or directory: 'learning_python.txt'