Jan-12-2023, 11:49 PM
If you have made the change, the error now does not match the code
print(self.question)does not match
Error:File "C:\Users/Lenovo/Documents/Python/Examples_book\survey.py", line 13, in show_question
print(question)
As stated above did you make sure you saved survey
after making the changes?