The Python Apprentice
上QQ阅读APP看书,第一时间看更新

Control flow: if-statements and while-loops

Now that we've examined some basic built-in types, let's look at two important control flow structures which depend on conversions to the bool type: if-statements and while-loops.