From 04a495b37795fc4cd8b710b27351592192e55aac Mon Sep 17 00:00:00 2001 From: Ben Hambrecht Date: Tue, 24 Apr 2018 12:11:35 +0200 Subject: [PATCH] started teacher student scene --- active_projects/eop/chapter1.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/active_projects/eop/chapter1.py b/active_projects/eop/chapter1.py index 5f28ee60..55058e84 100644 --- a/active_projects/eop/chapter1.py +++ b/active_projects/eop/chapter1.py @@ -2030,7 +2030,14 @@ class PascalBrickWallScene(Scene): - +class IRecognizeThis(TeacherStudentsScene): + + def construct(self): + + self.student_says("I have seen this before!") + self.change_student_modes("pondering", "raise_right_hand", "pondering") + self.teacher_says("This is Pascal's Triangle") +