Added SearchSpacePerimeterVsArea

This commit is contained in:
Grant Sanderson 2018-03-20 16:32:47 -07:00
parent bc53abc4cb
commit 973063f9b7

View file

@ -2127,6 +2127,21 @@ class PathContainingZero(InputOutputScene, PiCreatureScene):
self.play(morty.change, "hooray")
self.wait(3)
class BackToEquationSolving(AltTeacherStudentsScene):
def construct(self):
self.teacher_says(
"Back to solving \\\\ equations"
)
self.change_all_student_modes("hooray")
self.play(*[
ApplyMethod(pi.look_at, self.screen)
for pi in self.pi_creatures
])
self.wait(3)
class SearchSpacePerimeterVsArea(Scene):
def construct(self):
pass
class EndingCredits(Scene):
def construct(self):