while 循环
while 判断条件(condition):
while [condition]: [statements]
while判断语句(ELSE)
while [expr]: [statement(s)] else: [additional_statement(s)]
while判断语句(if)
for [variable] in [sequence]: [statements] else: [statements]
原创文章,作者:修行,如若转载,请注明作者昵称:修行及出处:https://www.fjsqywlkj.top/computer/python-programming/1196.html