TA贡献1842条经验 获得超12个赞
while True: stuff() if fail_condition: break
TA贡献1884条经验 获得超4个赞
do() while condtion: do()
TA贡献1862条经验 获得超7个赞
filter
TA贡献1890条经验 获得超9个赞
python中没有do...while 但可以模拟:
#python while True: #dosomething if fail_condition: break
测试技术的修炼之道
¥ 48.00
Python 源码深度剖析
¥ 68.00
Python 数据分析通关攻略
¥ 58.00
你的第一本Python基础入门书
从 0 开始学爬虫
举报