Despina Adamopoulou

Results 18 comments of Despina Adamopoulou

When executing `solution_print_odd()` I get `ValueError: I/O operation on closed file`

When executing `solution_print_salutation()` I get no output at all.

When executing `solution_write_file()` I get `Failed: Cannot read from inexistent file.`

When executing `solution_read_write_file()` I get `FileNotFoundError: [Errno 2] No such file or directory: '...\test_read_write_file_solution_0\\output_file.txt'`

Hi @baffelli, all exercises run smoothly now, thanks! The only remaining topic is the TOC: 1. Due to incorrect indentation, the list appears as text instead of links. 2. Due...

> > Hi @baffelli, all exercises run smoothly now, thanks! The only remaining topic is the TOC: > > ``` > > 1. Due to incorrect indentation, the list appears...

Typo in **Music Streaming Service** exercise: Class `User` should have attribute `username` and **not** `name`

> Perfect. Only suggestion would be to avoid displaying the assertion below the list, but I'm not sure whether this is possible. To do that, we would have to change...