Python Network Programming
上QQ阅读APP看书,第一时间看更新

Loops

A loop is used to repeat a set of instructions until a specific condition is fulfilled. There are two common ways of creating a loop in Python, which are discussed as follows: