Search for tag: "z."
Lesson 29.4 The yield StatementWhile generators are coroutines, the communication only goes one way: from the child to the calling parent. In this video we show how to reverse this communication, passing down information from the…
From Hannah Lee
61 plays
|
|
Lesson 9.5 Conditional ExpressionsWhile there are no more conditional statements, Python does support a conditional expression. In this video we introduce an expression that evalues to something different, depending upon the boolean…
From Hannah Lee
74 plays
|
|