Issue Overview
File 10_04_challenge_art.txt which is used in the chapter 10 challenge is missing from the exercise files.
Describe your environment
Using Jupyter with all files from GitHub extracted zip file
Steps to Reproduce
- Run operation on file, e.g. the line in the challenge: os.path.getsize("10_04_challenge_art.txt")
- Error: The system cannot find the file specified: '10_04_challenge_art.txt'
Expected Behavior
Getting the size of the actual file.
Current Behavior
Error
Possible Solution
Add file to repository
Screenshots / Video
NA
Related Issues
NA