dekester
Results
1
issues of
dekester
### Describe the bug the Code Class not work. just raise Exception. class DemoScene(Scene): def construct(self): c = Code('sorted(iterable, key=None, reverse=False)') self.play(FadeIn(c)) self.wait() **Wrong display or Error traceback**: ### Additional...
bug