fornoj
fornoj
In 04_loops, the last line of War And Peace is : *** END OF THE PROJECT GUTENBERG EBOOK WAR AND PEACE *** and no longer : End of the Project...
When trying to download data files from the following cell : > download('https://ftp.cdc.gov/pub/health_statistics/nchs/' + > 'datasets/NSFG/stata/' + dict_file) I got the following error : > URLError: I execute the notebook...
The encoding on my windows computer is 'cp1252'. When I execute the following cell of the 04_loops notebook: `fp = open('2600-0.txt') count = 0 for line in fp: count +=...