Python中的循环 while循环 for循环

While循环和for循环 While expression:    #expression是表达式 当expression值为true的时候执行代码块     Suite_to_repeat   #代码块必须缩进 -python的while可以用else     For iter_var in iterable_object:   #遍历iterable_object        Suite_
相关文章
相关标签/搜索