object-oriented-programming-in-python icon indicating copy to clipboard operation
object-oriented-programming-in-python copied to clipboard

Incorrect self._s value in E4-1.py

Open alexhewson opened this issue 9 months ago • 0 comments

self._s has an incorrect value asignment in the Init() method.

Expected value for self._s is s. Actual value for self._s is h

I have updated the value of self._s to s.

alexhewson avatar Sep 24 '23 17:09 alexhewson