标签:div nbsp usr 冒号 bsp coding python utf-8 需要
while循环语句会执行条件成立下的代码块,同样需要注意缩进与冒号。
1 #!/usr/bin/evc python 3 2 # -*- coding:utf-8 -*- 3 4 ‘‘‘ 5 while 条件为真: 6 代码块 7 ‘‘‘ 8 #条件为真则代码块中的内容会永远执行下去
标签:div nbsp usr 冒号 bsp coding python utf-8 需要
原文地址:https://www.cnblogs.com/Meanwey/p/9496592.html