79213998

Date: 2024-11-22 07:30:51
Score: 2
Natty:
Report link

Class DirBody(): def init(self, name, depth): self.name = name self.depth = depth self.childDir = [] self.childFile = [] def str(self) -> str: return self.printDirs() + "\n"+self.printFiles() def printDirs(self) -> str: pass def printFiles(self) -> str: pass

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Prince Raj