Make-School-Courses/CS-1.1-Object-Oriented-Programming

No self parameter for did_survive_infection() method

Closed this issue · 1 comments

It seems in the method stubs for the person class, there isn't a self parameter for the did_survive_infection(). It is included in the commented method signature.

fixed