Difficulty level (1-10): [4]
Estimated time spent (hours): [2]
Completed (yes/no): [Yes]
I stretched my coding skills (if yes what did you learn?): [I haven't used yet the following method when reading a file:
file.read().splitlines()
But it worked perfectly for the following challenge, given it removed the newline character '\n' and returned a list]
Other feedback (what can we improve?): [I get this challenge is old but the instructions were very limited, I didn't know which files were supposed to be copied or not. I had to guess that.]
Difficulty level (1-10): [4] Estimated time spent (hours): [2] Completed (yes/no): [Yes] I stretched my coding skills (if yes what did you learn?): [I haven't used yet the following method when reading a file:
file.read().splitlines()
But it worked perfectly for the following challenge, given it removed the newline character '\n' and returned a list] Other feedback (what can we improve?): [I get this challenge is old but the instructions were very limited, I didn't know which files were supposed to be copied or not. I had to guess that.]