pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
692 stars 2.29k forks source link

PCC01 ronaldokun #614

Closed ronaldokun closed 5 years ago

ronaldokun commented 5 years ago

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.]