Open
Description
In the class code located in the folder listing files listing_8_23 and listing_8_24, there is an indentation error where a method and a class are at the same level of indentation. This issue violates the required Python syntax rules, as methods inside a class should be indented one level deeper than the class itself.
Metadata
Metadata
Assignees
Labels
No labels